Skip to content

Commit

Permalink
ios: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Oct 22, 2019
1 parent 998f69b commit e1fc4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_ios.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ - (void) onAudioSessionEvent: (NSNotification *)notification

@end

// setNotificationHandler sets a handler for interruption events.
// oto_setNotificationHandler sets a handler for interruption events.
// Without the handler, Siri would stop the audio (#80).
void oto_setNotificationHandler(AudioQueueRef audioQueue) {
AVAudioSession* session = [AVAudioSession sharedInstance];
Expand Down

0 comments on commit e1fc4bb

Please sign in to comment.