Skip to content

Commit

Permalink
Merge pull request swiftlang#151 from ashishwt/master
Browse files Browse the repository at this point in the history
Fixed typo in comments
  • Loading branch information
tkremenek committed Dec 4, 2015
2 parents 00c25fb + 472eacc commit d8840b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Basic/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace version {
/// Print a string of the form "LLVM xxxxx, Clang yyyyy, Swift zzzzz",
/// where each placeholder is the revision for the associated repository.
static void printFullRevisionString(raw_ostream &out) {
// Abitrarily truncate to 10 characters. This should be enough to unique
// Arbitrarily truncate to 10 characters. This should be enough to unique
// Git hashes for the time being, and certainly enough for SVN revisions,
// while keeping the version string from being ridiculously long.
#if defined(LLVM_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion lib/ClangImporter/MacroTable.def
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file defines the database of macros that should be suppresed during
// This file defines the database of macros that should be suppressed during
// API import.
//
// ===---------------------------------------------------------------------===//
Expand Down

0 comments on commit d8840b4

Please sign in to comment.