]> granicus.if.org Git - clang/commitdiff
Typo.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 12 Apr 2010 05:32:01 +0000 (05:32 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 12 Apr 2010 05:32:01 +0000 (05:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101015 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/vtable-layout.cpp

index b535af26eb03b444500a14dbcf525c80a225c185..184b95818e0183c428a68b89d80b4a5d56fd5a9f 100644 (file)
@@ -1458,7 +1458,7 @@ void F::f() { }
 
 namespace Test34 {
 
-// Test that we lay out the construction vtable for 'Test34::E' in 'Test34:::F' correctly.
+// Test that we lay out the construction vtable for 'Test34::E' in 'Test34::F' correctly.
 
 struct A {
   virtual void a();