Replaced a Unicode character by an ASCII character in a source code comment.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11652
This commit is contained in:
Bart Van Assche 2011-03-17 11:00:11 +00:00
parent 9a8cdf03cb
commit 61e5d45e0c

View File

@ -1,7 +1,7 @@
/** Test program for the syslog() system call.
* From the syslog(2) man page:
* If you need the libc function syslog() (which talks to syslogd(8)),
* then look at syslog(3). The system call of this name is about control
* then look at syslog(3). The system call of this name is about control-
* ling the kernel printk() buffer, and the glibc version is called
* klogctl().
*/