|
From: <sv...@va...> - 2009-08-27 06:16:44
|
Author: bart
Date: 2009-08-27 07:16:24 +0100 (Thu, 27 Aug 2009)
New Revision: 10874
Log:
Fixed a typo.
Modified:
trunk/drd/drd_error.c
Modified: trunk/drd/drd_error.c
===================================================================
--- trunk/drd/drd_error.c 2009-08-27 05:15:53 UTC (rev 10873)
+++ trunk/drd/drd_error.c 2009-08-27 06:16:24 UTC (rev 10874)
@@ -387,7 +387,7 @@
UnimpClReqInfo* uicr =(UnimpClReqInfo*)(VG_(get_error_extra)(e));
VG_(message)(Vg_UserMsg,
"The annotation macro %s has not yet been implemented in"
- " <helgrind/helgrind.h>\n",
+ " <valgrind/helgrind.h>\n",
/*VG_(get_error_string)(e),*/ uicr->descr);
VG_(pp_ExeContext)(VG_(get_error_where)(e));
break;
|