summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-11-16 16:21:05 +0100
committerBram Moolenaar <Bram@vim.org>2018-11-16 16:21:05 +0100
commitc4568ab37edc01e01f258d64bceddcd01633a268 (patch)
tree8ae92c661dad3bde1055513daa15ce703d3632f7 /src/fileio.c
parentf0d58efc9dc46be37c629cbc99b4125448ca39fd (diff)
patch 8.1.0528: various typos in commentsv8.1.0528
Problem: Various typos in comments. Solution: Fix the typos.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index afc5157d9d..bf46522b92 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -8086,7 +8086,7 @@ aubuflocal_remove(buf_T *buf)
/*
* Add an autocmd group name.
- * Return it's ID. Returns AUGROUP_ERROR (< 0) for error.
+ * Return its ID. Returns AUGROUP_ERROR (< 0) for error.
*/
static int
au_new_group(char_u *name)
@@ -8153,7 +8153,7 @@ au_del_group(char_u *name)
/*
* Find the ID of an autocmd group name.
- * Return it's ID. Returns AUGROUP_ERROR (< 0) for error.
+ * Return its ID. Returns AUGROUP_ERROR (< 0) for error.
*/
static int
au_find_group(char_u *name)