diff --git a/clang/test/CodeGenCXX/redefine_extname.cpp b/clang/test/CodeGenCXX/redefine_extname.cpp index 6e8285a3b0fb..41860d47ffe8 100644 --- a/clang/test/CodeGenCXX/redefine_extname.cpp +++ b/clang/test/CodeGenCXX/redefine_extname.cpp @@ -28,7 +28,7 @@ extern "C" { // CHECK: define i32 @bar() } -// Check that pragma redefine_extname applies to C code only, and shouldn't be +// Check that #pragma redefine_extname applies to C code only, and shouldn't be // applied to C++. #pragma redefine_extname foo_cpp bar_cpp extern int foo_cpp() { return 1; }