diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | misc/sys/syslog.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 ace88a0..5007525 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. */ |