Skip to content

Commit d8840b4

Browse files
committed
Merge pull request #151 from ashishwt/master
Fixed typo in comments
2 parents 00c25fb + 472eacc commit d8840b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Basic/Version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace version {
5959
/// Print a string of the form "LLVM xxxxx, Clang yyyyy, Swift zzzzz",
6060
/// where each placeholder is the revision for the associated repository.
6161
static void printFullRevisionString(raw_ostream &out) {
62-
// Abitrarily truncate to 10 characters. This should be enough to unique
62+
// Arbitrarily truncate to 10 characters. This should be enough to unique
6363
// Git hashes for the time being, and certainly enough for SVN revisions,
6464
// while keeping the version string from being ridiculously long.
6565
#if defined(LLVM_REVISION)

lib/ClangImporter/MacroTable.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212
//
13-
// This file defines the database of macros that should be suppresed during
13+
// This file defines the database of macros that should be suppressed during
1414
// API import.
1515
//
1616
// ===---------------------------------------------------------------------===//

0 commit comments

Comments
 (0)