summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kinney <michaelakinney@comcast.net>2021-02-23 15:39:50 -0500
committerMichael Kinney <michaelakinney@comcast.net>2021-02-23 15:39:50 -0500
commit4464e00d61645c7557c0eee2abfbe2f3149a5f2e (patch)
tree8bbb6283fc07d35e5bce5f12a023f513d73e314f
parente4646097e847d1a8cc6ba25e0e6e19b9bb01bcf7 (diff)
downloadsdl_ios-4464e00d61645c7557c0eee2abfbe2f3149a5f2e.tar.gz
comment should have SDLIAPDataSession
-rw-r--r--SmartDeviceLink/private/SDLIAPDataSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLIAPDataSession.h b/SmartDeviceLink/private/SDLIAPDataSession.h
index a732186c0..0685a4ece 100644
--- a/SmartDeviceLink/private/SDLIAPDataSession.h
+++ b/SmartDeviceLink/private/SDLIAPDataSession.h
@@ -42,7 +42,7 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithAccessory:(nullable EAAccessory *)accessory delegate:(id<SDLIAPDataSessionDelegate>)delegate forProtocol:(NSString *)protocol;
/**
- * Closes the SDLIAPSession used by the SDLIAPControlSession
+ * Closes the SDLIAPSession used by the SDLIAPDataSession
*/
- (void) closeSession;