summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/ompt
diff options
context:
space:
mode:
authorKelvin Li <kkwli0@gmail.com>2020-01-03 22:03:42 -0500
committerKelvin Li <kkwli0@gmail.com>2020-01-03 22:03:42 -0500
commited5fe64581f4f076c00d5e57caff1ff746d57c79 (patch)
tree3d9d49322be077db38ba3b36d8573fbc7faafb59 /openmp/runtime/test/ompt
parent0f1e7993e9bd8c9d80d8adddfc59aeae10d9fad3 (diff)
downloadbcm5719-llvm-ed5fe64581f4f076c00d5e57caff1ff746d57c79.tar.gz
bcm5719-llvm-ed5fe64581f4f076c00d5e57caff1ff746d57c79.zip
[OpenMP] NFC: Fix trivial typos in comments
Submitted by: kiszk Differential Revision: https://reviews.llvm.org/D72171
Diffstat (limited to 'openmp/runtime/test/ompt')
-rw-r--r--openmp/runtime/test/ompt/callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/ompt/callback.h b/openmp/runtime/test/ompt/callback.h
index a5ba897c6ec..cd507ad541e 100644
--- a/openmp/runtime/test/ompt/callback.h
+++ b/openmp/runtime/test/ompt/callback.h
@@ -149,7 +149,7 @@ ompt_label_##id:
print_possible_return_addresses(get_ompt_label_address(id))
#if KMP_ARCH_X86 || KMP_ARCH_X86_64
-// On X86 the NOP instruction is 1 byte long. In addition, the comiler inserts
+// On X86 the NOP instruction is 1 byte long. In addition, the compiler inserts
// a MOV instruction for non-void runtime functions which is 3 bytes long.
#define print_possible_return_addresses(addr) \
printf("%" PRIu64 ": current_address=%p or %p for non-void functions\n", \
OpenPOWER on IntegriCloud