aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/Source/FIRAuthSwiftNameSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuthSwiftNameSupport.h b/Firebase/Auth/Source/FIRAuthSwiftNameSupport.h
index f58bdd7..55e1bcc 100644
--- a/Firebase/Auth/Source/FIRAuthSwiftNameSupport.h
+++ b/Firebase/Auth/Source/FIRAuthSwiftNameSupport.h
@@ -19,7 +19,7 @@
#import <Foundation/Foundation.h>
// NS_SWIFT_NAME can only translate factory methods before the iOS 9.3 SDK.
-// // Wrap it in our own macro if it's a non-compatible SDK.
+// Wrap it in our own macro if it's a non-compatible SDK.
#ifdef __IPHONE_9_3
#define FIR_SWIFT_NAME(X) NS_SWIFT_NAME(X)
#else