From ca6235c20f4ac53cdc9f87857b6221a2841fe10e Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 19 Oct 2015 15:32:06 +0300 Subject: *: Fix linter errors --- src/nvim/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/path.c') 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 -- cgit