summaryrefslogtreecommitdiff
path: root/src/macros.h
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/macros.h
parentf0d58efc9dc46be37c629cbc99b4125448ca39fd (diff)
downloadvim-git-c4568ab37edc01e01f258d64bceddcd01633a268.tar.gz
patch 8.1.0528: various typos in commentsv8.1.0528
Problem: Various typos in comments. Solution: Fix the typos.
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h
index 1654e3e55..e651d2b12 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -192,7 +192,7 @@
# define mch_access(n, p) access((n), (p))
# endif
# define mch_fstat(n, p) fstat((n), (p))
-# ifdef MSWIN /* has it's own mch_stat() function */
+# ifdef MSWIN /* has its own mch_stat() function */
# define mch_stat(n, p) vim_stat((n), (p))
# else
# ifdef STAT_IGNORES_SLASH