From: Nick Lewycky Date: Mon, 12 Apr 2010 05:32:01 +0000 (+0000) Subject: Typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69c05d504619f9ab2c860017eee4fd483b886698;p=clang Typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101015 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/vtable-layout.cpp b/test/CodeGenCXX/vtable-layout.cpp index b535af26eb..184b95818e 100644 --- a/test/CodeGenCXX/vtable-layout.cpp +++ b/test/CodeGenCXX/vtable-layout.cpp @@ -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();