|
From: <sv...@va...> - 2014-12-21 17:46:18
|
Author: philippe
Date: Sun Dec 21 17:46:11 2014
New Revision: 14828
Log:
Fix typo
Modified:
trunk/coregrind/vgdb.c
Modified: trunk/coregrind/vgdb.c
==============================================================================
--- trunk/coregrind/vgdb.c (original)
+++ trunk/coregrind/vgdb.c Sun Dec 21 17:46:11 2014
@@ -1063,7 +1063,7 @@
/* report to user the existence of a vgdb-able valgrind process
with given pid.
- Note: this function does not exit (XERROR0 if an error is encountered
+ Note: this function does not used XERROR if an error is encountered
while producing the command line for pid, as this is not critical
and at least on MacOS, reading cmdline is not available. */
static
|