|
From: <sv...@va...> - 2014-12-21 17:53:49
|
Author: philippe
Date: Sun Dec 21 17:53:42 2014
New Revision: 14829
Log:
Fix a typo, introduced when fixing a typo.
Modified:
trunk/coregrind/vgdb.c
Modified: trunk/coregrind/vgdb.c
==============================================================================
--- trunk/coregrind/vgdb.c (original)
+++ trunk/coregrind/vgdb.c Sun Dec 21 17:53:42 2014
@@ -1063,7 +1063,7 @@
/* report to user the existence of a vgdb-able valgrind process
with given pid.
- Note: this function does not used XERROR if an error is encountered
+ Note: this function does not use 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
|