diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-15 03:08:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-15 03:08:11 +0000 |
commit | 951718bdce96003b0eefb543059b6378f8be2a1d (patch) | |
tree | d860d0b9ab011edcbf4ad24beae4aae04bcbdc6d /misc/sys | |
parent | 00a78f671f381e96497e789bd951a445daf91a90 (diff) | |
download | glibc-951718bdce96003b0eefb543059b6378f8be2a1d.zip glibc-951718bdce96003b0eefb543059b6378f8be2a1d.tar.gz glibc-951718bdce96003b0eefb543059b6378f8be2a1d.tar.bz2 |
* misc/sys/syslog.h: Fix typo in comment.
Diffstat (limited to 'misc/sys')
-rw-r--r-- | misc/sys/syslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |