From 8e2417bfc0d0b3cfb5c47e388c7dd7e1276bd54c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 5 Nov 2012 18:29:30 +0100 Subject: [PATCH] Fix typos. --- nt/inc/unistd.h | 4 ++-- src/ChangeLog | 4 ++-- 2 files changed, 4 insertions(+), 4 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 @@ also includes , 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 *); diff --git a/src/ChangeLog b/src/ChangeLog index 4f6edcf7a04..752f14d7185 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,7 +2,7 @@ * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h. - * w32fns.c Include unistd.h, to avoid compiler warnings on Cygwin. + * w32fns.c: Include unistd.h, to avoid compiler warnings on Cygwin. (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use file descriptor 2 for standard error. (Bug#12805) @@ -827,7 +827,7 @@ now a supported configuration. * Makefile.in: consolidate image variables into LIBIMAGE; add - W32_OBJ and W32_LIBS. Compile new files. + W32_OBJ and W32_LIBS. Compile new files. * conf_post.h: (_DebPrint) declare tracing facility for W32 debugging. We need -- 2.39.5