aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-10-19 15:32:06 +0300
committerZyX <kp-pav@yandex.ru>2015-10-23 15:56:50 +0300
commitca6235c20f4ac53cdc9f87857b6221a2841fe10e (patch)
tree321f2915431788a186ffae13e6e437dcaeeec819 /src/nvim/path.c
parenta8e18d9b5a74c8d061f383e0da7a88813db59502 (diff)
downloadrneovim-ca6235c20f4ac53cdc9f87857b6221a2841fe10e.tar.gz
rneovim-ca6235c20f4ac53cdc9f87857b6221a2841fe10e.tar.bz2
rneovim-ca6235c20f4ac53cdc9f87857b6221a2841fe10e.zip
*: Fix linter errors
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r--src/nvim/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c
index e30f6b08d9..eaca85ed40 100644
--- a/src/nvim/path.c
+++ b/src/nvim/path.c
@@ -376,7 +376,7 @@ char *concat_fnames(const char *fname1, const char *fname2, bool sep)
/// Concatenate file names fname1 and fname2
///
/// Like concat_fnames(), but in place of allocating new memory it reallocates
-/// fname1. For this reason fname1 must be allocated with xmalloc, and can no
+/// fname1. For this reason fname1 must be allocated with xmalloc, and can no
/// longer be used after running concat_fnames_realloc.
///
/// @param fname1 is the first part of the path or filename