summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-write-file-only.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/instrprof-write-file-only.c')
-rw-r--r--test/profile/instrprof-write-file-only.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-write-file-only.c b/test/profile/instrprof-write-file-only.c
index b9a1be4c0..4ef0b0d8b 100644
--- a/test/profile/instrprof-write-file-only.c
+++ b/test/profile/instrprof-write-file-only.c
@@ -21,7 +21,7 @@ int main(int argc, const char *argv[]) {
}
int foo(int X) {
// There should be no profiling information for @foo, since it was called
- // after the profile was written (and the atexit was supressed by defining
+ // after the profile was written (and the atexit was suppressed by defining
// profile_runtime).
// CHECK-LABEL: define i32 @foo
// CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{[^,]+$}}