diff options
-rw-r--r-- | include/clang/AST/Decl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 2f349fac47..7e966a0654 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -793,7 +793,7 @@ public: return getStorageClass() == SC_Static && !isFileVarDecl(); } - /// hasExternStorage - Returns true if a variable has extern or + /// hasExternalStorage - Returns true if a variable has extern or /// __private_extern__ storage. bool hasExternalStorage() const { return getStorageClass() == SC_Extern || |