mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixed typo in comments
Fixed a couple of typos while going thru the code
This commit is contained in:
@@ -59,7 +59,7 @@ namespace version {
|
|||||||
/// Print a string of the form "LLVM xxxxx, Clang yyyyy, Swift zzzzz",
|
/// Print a string of the form "LLVM xxxxx, Clang yyyyy, Swift zzzzz",
|
||||||
/// where each placeholder is the revision for the associated repository.
|
/// where each placeholder is the revision for the associated repository.
|
||||||
static void printFullRevisionString(raw_ostream &out) {
|
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,
|
// Git hashes for the time being, and certainly enough for SVN revisions,
|
||||||
// while keeping the version string from being ridiculously long.
|
// while keeping the version string from being ridiculously long.
|
||||||
#if defined(LLVM_REVISION)
|
#if defined(LLVM_REVISION)
|
||||||
|
|||||||
@@ -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.
|
// API import.
|
||||||
//
|
//
|
||||||
// ===---------------------------------------------------------------------===//
|
// ===---------------------------------------------------------------------===//
|
||||||
|
|||||||
Reference in New Issue
Block a user