aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenCXX/vtable-layout.cpp2
1 files changed, 1 insertions, 1 deletions
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();