From 18439b4ca34dc6c3f3173c452797958f653383da Mon Sep 17 00:00:00 2001
From: Sanjeet Suhag <suhagsanjeet@gmail.com>
Date: Fri, 4 Dec 2015 00:23:30 -0500
Subject: [PATCH] Update FoundationShims.h

---
 stdlib/public/SwiftShims/FoundationShims.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stdlib/public/SwiftShims/FoundationShims.h b/stdlib/public/SwiftShims/FoundationShims.h
index 36e2942ac38e7..225655884bf69 100644
--- a/stdlib/public/SwiftShims/FoundationShims.h
+++ b/stdlib/public/SwiftShims/FoundationShims.h
@@ -21,9 +21,9 @@
 
 //===--- Layout-compatible clones of Foundation structs -------------------===//
 // Ideally we would declare the same names as Foundation does, but
-// swift's module importer is not yet tolerant of the same struct
+// Swift's module importer is not yet tolerant of the same struct
 // coming in from two different Clang modules
-// (rdar://problem/16294674).  Instead, we copy the definitions here
+// (rdar://problem/16294674). Instead, we copy the definitions here
 // and then do horrible unsafeBitCast trix to make them usable where required.
 //===----------------------------------------------------------------------===//