Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 564dd31

Browse files
author
Ismail Donmez
committed
Doxygen fix InitializeBuiltins -> initializeBuiltins
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247668 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 3ef2d48 commit 564dd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/Basic/Builtins.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bool Builtin::Context::builtinIsSupported(const Builtin::Info &BuiltinInfo,
6262
!GnuModeUnsupported && !MSModeUnsupported && !ObjCUnsupported;
6363
}
6464

65-
/// InitializeBuiltins - Mark the identifiers for all the builtins with their
65+
/// initializeBuiltins - Mark the identifiers for all the builtins with their
6666
/// appropriate builtin ID # and mark any non-portable builtin identifiers as
6767
/// such.
6868
void Builtin::Context::initializeBuiltins(IdentifierTable &Table,

0 commit comments

Comments
 (0)