]> granicus.if.org Git - clang/commitdiff
fix incorrect rdar number.
authorChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 07:43:28 +0000 (07:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 07:43:28 +0000 (07:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57165 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/cfstring2.c

index 605b9d5d418f835c63404bfe1f18823673036662..f92dc8c1771172d39625c8048aac0b32a67ac633 100644 (file)
@@ -7,7 +7,7 @@ void f() {
   CFSTR("Hello, World!");
 }
 
-// rdar://6248329
+// rdar://6151192
 void *G = CFSTR("yo joe");
 
 #endif