]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed typo.
authorBart Van Assche <bvanassche@acm.org>
Sun, 1 Jun 2008 07:33:14 +0000 (07:33 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 1 Jun 2008 07:33:14 +0000 (07:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8164

exp-drd/drd_main.c

index e2de78bc38b061a4de1c1631659fd008caf17a77..0f0072c9e72e8f8113ed73498a3e43785b2ce432 100644 (file)
@@ -884,7 +884,7 @@ void drd_post_clo_init(void)
 {
 #  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"