aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2025-01-13 15:48:02 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2025-01-30 13:46:06 +0100
commite71d2c817d1a2475551f58a98e411f6b39a5be3f (patch)
tree3aa4bb3f3740ab7e96ac66eb7fe71499eb0280af /src/nvim/path.c
parent86ae59c6128641d8be612c3bdc9f4b190434c0d3 (diff)
downloadrneovim-e71d2c817d1a2475551f58a98e411f6b39a5be3f.tar.gz
rneovim-e71d2c817d1a2475551f58a98e411f6b39a5be3f.tar.bz2
rneovim-e71d2c817d1a2475551f58a98e411f6b39a5be3f.zip
docs: misc
Co-authored-by: Dustin S. <dstackmasta27@gmail.com> Co-authored-by: Ferenc Fejes <fejes@inf.elte.hu> Co-authored-by: Maria José Solano <majosolano99@gmail.com> Co-authored-by: Yochem van Rosmalen <git@yochem.nl> Co-authored-by: brianhuster <phambinhanctb2004@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
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 08a63eacd0..3df77571a1 100644
--- a/src/nvim/path.c
+++ b/src/nvim/path.c
@@ -2073,7 +2073,7 @@ char *path_shorten_fname(char *full_path, char *dir_name)
/// @param[in] flags Flags passed to expand_wildcards().
///
/// @returns OK when *file is set to allocated array of matches
-/// and *num_file(can be zero) to the number of matches.
+/// and *num_file (can be zero) to the number of matches.
/// If FAIL is returned, *num_file and *file are either
/// unchanged or *num_file is set to 0 and *file is set
/// to NULL or points to "".