From: Bart Van Assche Date: Thu, 17 Mar 2011 11:00:11 +0000 (+0000) Subject: Replaced a Unicode character by an ASCII character in a source code comment. X-Git-Tag: svn/VALGRIND_3_7_0~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e5d45e0c1f72546a0bed5697f4a445aa76f8e5;p=thirdparty%2Fvalgrind.git Replaced a Unicode character by an ASCII character in a source code comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11652 --- diff --git a/memcheck/tests/linux/syslog-syscall.c b/memcheck/tests/linux/syslog-syscall.c index d47140264d..1143722660 100644 --- a/memcheck/tests/linux/syslog-syscall.c +++ b/memcheck/tests/linux/syslog-syscall.c @@ -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(). */