summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/thirdparty
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-02-24 10:40:15 +0000
committerAlp Toker <alp@nuanti.com>2014-02-24 10:40:15 +0000
commit8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d (patch)
treef8bb024567f4c213a4d1f9c32c5476bedebf0c35 /openmp/runtime/src/thirdparty
parent4f8f890ade6f36beff56d1c93014bb41fde64cf5 (diff)
downloadbcm5719-llvm-8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d.tar.gz
bcm5719-llvm-8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d.zip
Fix typos
llvm-svn: 202018
Diffstat (limited to 'openmp/runtime/src/thirdparty')
-rw-r--r--openmp/runtime/src/thirdparty/ittnotify/ittnotify.h2
-rw-r--r--openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/thirdparty/ittnotify/ittnotify.h b/openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
index 9df6e2f3980..a9988db002f 100644
--- a/openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
+++ b/openmp/runtime/src/thirdparty/ittnotify/ittnotify.h
@@ -2044,7 +2044,7 @@ void ITTAPI __itt_frame_end_v3(const __itt_domain *domain, __itt_id *id);
* take the current timestamp as the end timestamp.
* @param[in] domain The domain for this frame instance
* @param[in] id The instance ID for this frame instance or NULL
- * @param[in] begin Timestamp of the beggining of the frame
+ * @param[in] begin Timestamp of the beginning of the frame
* @param[in] end Timestamp of the end of the frame
*/
void ITTAPI __itt_frame_submit_v3(const __itt_domain *domain, __itt_id *id,
diff --git a/openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h b/openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h
index 99192945010..08e5bb90883 100644
--- a/openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h
+++ b/openmp/runtime/src/thirdparty/ittnotify/legacy/ittnotify.h
@@ -428,7 +428,7 @@ ITT_STUBV(ITTAPI, void, sync_set_name, (void *addr, const char *objtype, con
* @param[in] objname - null-terminated object name string. If NULL, no name will be assigned
* to the object -- you can use the __itt_sync_rename call later to assign
* the name
- * @param[in] typelen, namelen - a lenght of string for appropriate objtype and objname parameter
+ * @param[in] typelen, namelen - a length of string for appropriate objtype and objname parameter
* @param[in] attribute - one of [#__itt_attr_barrier, #__itt_attr_mutex] values which defines the
* exact semantics of how prepare/acquired/releasing calls work.
* @return __itt_err upon failure (name or namelen being null,name and namelen mismatched)
OpenPOWER on IntegriCloud