about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-15 03:08:11 +0000
committerRoland McGrath <roland@gnu.org>2005-02-15 03:08:11 +0000
commit951718bdce96003b0eefb543059b6378f8be2a1d (patch)
treed860d0b9ab011edcbf4ad24beae4aae04bcbdc6d
parent00a78f671f381e96497e789bd951a445daf91a90 (diff)
downloadglibc-951718bdce96003b0eefb543059b6378f8be2a1d.tar.gz
glibc-951718bdce96003b0eefb543059b6378f8be2a1d.tar.xz
glibc-951718bdce96003b0eefb543059b6378f8be2a1d.zip
* misc/sys/syslog.h: Fix typo in comment.
-rw-r--r--ChangeLog4
-rw-r--r--misc/sys/syslog.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cb7437bf9..800b666097 100644
--- 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]
diff --git a/misc/sys/syslog.h b/misc/sys/syslog.h
index ace88a0979..5007525d85 100644
--- a/misc/sys/syslog.h
+++ b/misc/sys/syslog.h
@@ -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.  */