Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Crashlytics/Crashlytics/Components/FIRCLSApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ NSString* FIRCLSApplicationGetSDKBundleID(void);
/**
* Returns the platform identifier, either: ios, mac, or tvos.
* Catalyst apps are treated as mac.
* This is a legacy function, for platform identificaiton please use
* This is a legacy function, for platform identification please use
* FIRCLSApplicationGetFirebasePlatform.
*/
NSString* FIRCLSApplicationGetPlatform(void);
Expand Down
2 changes: 1 addition & 1 deletion Crashlytics/Crashlytics/Handlers/FIRCLSException.mm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void FIRCLSExceptionRecordNSException(NSException *exception) {
NSString *reason = [exception reason] ?: @"";

// It's tempting to try to make use of callStackSymbols here. But, the output
// of that function is not intended to be machine-readible. We could parse it,
// of that function is not intended to be machine-readable. We could parse it,
// but that isn't really worthwhile, considering that address-based symbolication
// needs to work anyways.

Expand Down
Loading