From c4568ab37edc01e01f258d64bceddcd01633a268 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 16 Nov 2018 16:21:05 +0100 Subject: patch 8.1.0528: various typos in comments Problem: Various typos in comments. Solution: Fix the typos. --- src/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macros.h') diff --git a/src/macros.h b/src/macros.h index 1654e3e558..e651d2b124 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 -- cgit v1.2.3