diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-11-05 18:29:30 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-11-05 18:29:30 +0100 |
commit | 8e2417bfc0d0b3cfb5c47e388c7dd7e1276bd54c (patch) | |
tree | c2671b8850b4a1c74a006fc9c404efc1903d81d2 /nt/inc | |
parent | ae600a8e8b579d77168333532ac29d6305c982d7 (diff) | |
download | emacs-8e2417bfc0d0b3cfb5c47e388c7dd7e1276bd54c.tar.gz |
Fix typos.
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/inc/unistd.h b/nt/inc/unistd.h index 7cab27b325f..4c5f7d4c124 100644 --- a/nt/inc/unistd.h +++ b/nt/inc/unistd.h @@ -8,8 +8,8 @@ <unistd.h> also includes <stdlib.h>, so there's no need to declare 'environ' here. */ -/* Privide prototypes of library functions that are emulated on w32 - and whose prototypes are usually found in unistd.h on Posix +/* Provide prototypes of library functions that are emulated on w32 + and whose prototypes are usually found in unistd.h on POSIX platforms. */ extern ssize_t readlink (const char *, char *, size_t); extern int symlink (char const *, char const *); |