summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2010-01-06 02:05:39 +0000
committerMike Stump <mrs@apple.com>2010-01-06 02:05:39 +0000
commit13c6670273eb6b7eff5507cdaeb404ee9ec97577 (patch)
treedba2cb149cb4018b96358f5f829612826760b1c9 /clang/lib
parent98748c0964d2ea6c7b23208f6ee324f9d435c017 (diff)
downloadbcm5719-llvm-13c6670273eb6b7eff5507cdaeb404ee9ec97577.tar.gz
bcm5719-llvm-13c6670273eb6b7eff5507cdaeb404ee9ec97577.zip
Fix spelling.
llvm-svn: 92816
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/AST/Decl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp
index e112fa3928d..49b9c6fc8b5 100644
--- a/clang/lib/AST/Decl.cpp
+++ b/clang/lib/AST/Decl.cpp
@@ -957,7 +957,7 @@ bool FunctionDecl::isInlined() const {
/// "externally" visible to other translation units in the program.
///
/// In C99, inline definitions are not externally visible by default. However,
-/// if even one of the globa-scope declarations is marked "extern inline", the
+/// if even one of the global-scope declarations is marked "extern inline", the
/// inline definition becomes externally visible (C99 6.7.4p6).
///
/// In GNU89 mode, or if the gnu_inline attribute is attached to the function
OpenPOWER on IntegriCloud