aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-05-26 23:35:31 +0000
committerMike Stump <mrs@apple.com>2009-05-26 23:35:31 +0000
commit914bb9dd38f3c8924c30cc3cc5c4ecc3928e82d2 (patch)
tree25f25f1fb8099847f258348416974da9ab497e5d
parentad97cd4f451857482e76882389191fb47286ffa5 (diff)
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72444 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/volatile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/volatile.c b/test/CodeGen/volatile.c
index cf729a33bc..212a0aeb1e 100644
--- a/test/CodeGen/volatile.c
+++ b/test/CodeGen/volatile.c
@@ -2,7 +2,7 @@
// RUN: grep volatile %t | count 25 &&
// RUN: grep memcpy %t | count 7
-// The number 26 comes from the current codegen for volatile loads;
+// The number 25 comes from the current codegen for volatile loads;
// if this number changes, it's not necessarily something wrong, but
// something has changed to affect volatile load/store codegen