mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
Fix spelling.
llvm-svn: 92816
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user