* misc/sys/syslog.h: Fix typo in comment.
authorRoland McGrath <roland@gnu.org>
Tue, 15 Feb 2005 03:08:11 +0000 (03:08 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 15 Feb 2005 03:08:11 +0000 (03:08 +0000)
ChangeLog
misc/sys/syslog.h

index 2cb7437..800b666 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
+
+       * misc/sys/syslog.h: Fix typo in comment.
+
 2005-02-14  Roland McGrath  <roland@redhat.com>
 
        [BZ #720]
index ace88a0..5007525 100644 (file)
@@ -168,7 +168,7 @@ CODE facilitynames[] =
 
 __BEGIN_DECLS
 
-/* Close desriptor used to write to system logger.
+/* Close descriptor used to write to system logger.
 
    This function is a possible cancellation point and therefore not
    marked with __THROW.  */