]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Replaced a Unicode character by an ASCII character in a source code comment.
authorBart Van Assche <bvanassche@acm.org>
Thu, 17 Mar 2011 11:00:11 +0000 (11:00 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 17 Mar 2011 11:00:11 +0000 (11:00 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11652

memcheck/tests/linux/syslog-syscall.c

index d47140264db1ce9d0d2516325305e65e0dee6f96..114372266089600eab49bc97723cc8a052310e18 100644 (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().
  */