|
From: <sv...@va...> - 2008-06-01 07:33:13
|
Author: bart
Date: 2008-06-01 08:33:14 +0100 (Sun, 01 Jun 2008)
New Revision: 8164
Log:
Fixed typo.
Modified:
trunk/exp-drd/drd_main.c
Modified: trunk/exp-drd/drd_main.c
===================================================================
--- trunk/exp-drd/drd_main.c 2008-05-31 16:00:51 UTC (rev 8163)
+++ trunk/exp-drd/drd_main.c 2008-06-01 07:33:14 UTC (rev 8164)
@@ -884,7 +884,7 @@
{
# if defined(VGP_x86_linux) || defined(VGP_amd64_linux)
/* fine */
-# elif defined(VGP_ppc64_linux) || defined(VGP_ppc64_linux)
+# elif defined(VGP_ppc32_linux) || defined(VGP_ppc64_linux)
VG_(printf)(
"\nWARNING: support for PowerPC-specific atomic instructions like lwarx and\n"
"stwcx is not yet complete. As a result, false positives will be reported on\n"
|