diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-01 18:28:36 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-01 18:28:36 +0000 |
commit | c2d5e611778d82b67a7fd0150f6aa4bed6b81a23 (patch) | |
tree | 09ab2f9361c07830df40376b3011d5e2888f75fd /openmp/offload/src/compiler_if_host.cpp | |
parent | 7198f529ad03338fbb8f1fb6cb1f14fa45297e88 (diff) | |
download | bcm5719-llvm-c2d5e611778d82b67a7fd0150f6aa4bed6b81a23.tar.gz bcm5719-llvm-c2d5e611778d82b67a7fd0150f6aa4bed6b81a23.zip |
Fix typos
llvm-svn: 209995
Diffstat (limited to 'openmp/offload/src/compiler_if_host.cpp')
-rw-r--r-- | openmp/offload/src/compiler_if_host.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/offload/src/compiler_if_host.cpp b/openmp/offload/src/compiler_if_host.cpp index aa4902c1dad..2bc430b32c2 100644 --- a/openmp/offload/src/compiler_if_host.cpp +++ b/openmp/offload/src/compiler_if_host.cpp @@ -52,7 +52,7 @@ extern "C" OFFLOAD OFFLOAD_TARGET_ACQUIRE( OFFLOAD_TIMER_START(timer_data, c_offload_host_initialize); - // initalize all devices is init_type is on_offload_all + // initialize all devices is init_type is on_offload_all if (retval && __offload_init_type == c_init_on_offload_all) { for (int i = 0; i < mic_engines_total; i++) { mic_engines[i].init(); |