summaryrefslogtreecommitdiff
path: root/memcheck
diff options
context:
space:
mode:
authorbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-03-17 11:00:11 +0000
committerbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-03-17 11:00:11 +0000
commit0d2b8978e275de0bc747dcd735ba2176b1f6b665 (patch)
tree992dd04376de78e0354617c8953783acb4602f76 /memcheck
parent78f09d241114768ca62784f3b14128bce38f039e (diff)
Replaced a Unicode character by an ASCII character in a source code comment.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11652 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'memcheck')
-rw-r--r--memcheck/tests/linux/syslog-syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcheck/tests/linux/syslog-syscall.c b/memcheck/tests/linux/syslog-syscall.c
index d4714026..11437226 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().
*/