From: Roland McGrath Date: Tue, 15 Feb 2005 03:08:11 +0000 (+0000) Subject: * misc/sys/syslog.h: Fix typo in comment. X-Git-Tag: cvs/fedora-glibc-2_3-20050226T0141~40 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=951718bdce96003b0eefb543059b6378f8be2a1d;p=glibc.git * misc/sys/syslog.h: Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index 2cb7437bf9..800b666097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-14 GOTO Masanori + + * misc/sys/syslog.h: Fix typo in comment. + 2005-02-14 Roland McGrath [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. */