emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110809: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110809: Fix typos.
Date: Mon, 05 Nov 2012 18:29:30 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110809
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2012-11-05 18:29:30 +0100
message:
  Fix typos.
modified:
  nt/inc/unistd.h
  src/ChangeLog
=== modified file 'nt/inc/unistd.h'
--- a/nt/inc/unistd.h   2012-11-05 16:21:18 +0000
+++ b/nt/inc/unistd.h   2012-11-05 17:29:30 +0000
@@ -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 *);

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-11-05 17:25:50 +0000
+++ b/src/ChangeLog     2012-11-05 17:29:30 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]