From 136563c4e344945cf9ab1def1b3c6dc5486e8526 Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Mon, 16 Mar 2015 11:57:28 -0700 Subject: [PATCH] Fix spelling: instrumentation (I assume?) --- Classes/BITCrashReportTextFormatter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITCrashReportTextFormatter.m b/Classes/BITCrashReportTextFormatter.m index cb73a1d8ca..3c95c1a98a 100644 --- a/Classes/BITCrashReportTextFormatter.m +++ b/Classes/BITCrashReportTextFormatter.m @@ -776,7 +776,7 @@ static const char *findSEL (const char *imageName, NSString *imageUUID, uint64_t report: (BITPLCrashReport *) report lp64: (BOOL) lp64 { - /* Base image address containing instrumention pointer, offset of the IP from that base + /* Base image address containing instrumentation pointer, offset of the IP from that base * address, and the associated image name */ uint64_t baseAddress = 0x0; uint64_t pcOffset = 0x0;