diff --git a/ittnotify/include/jitprofiling.h b/ittnotify/include/jitprofiling.h index 3e166c0..a0d8d99 100644 --- a/ittnotify/include/jitprofiling.h +++ b/ittnotify/include/jitprofiling.h @@ -316,7 +316,7 @@ typedef enum _iJIT_IsProfilingActiveFlags */ typedef struct _LineNumberInfo { - unsigned int Offset; /**<\brief Offset from the begining of the code region. */ + unsigned int Offset; /**<\brief Offset from the beginning of the code region. */ unsigned int LineNumber; /**<\brief Matching source line number offset (from beginning of source file). */ } *pLineNumberInfo, LineNumberInfo; diff --git a/ittnotify/src/ittnotify/ittnotify_static.c b/ittnotify/src/ittnotify/ittnotify_static.c index 6b64c1c..a94ce0d 100644 --- a/ittnotify/src/ittnotify/ittnotify_static.c +++ b/ittnotify/src/ittnotify/ittnotify_static.c @@ -797,7 +797,7 @@ static const char* __itt_fsplit(const char* s, const char* sep, const char** out /* This function return value of env variable that placed into static buffer. * !!! The same static buffer is used for subsequent calls. !!! - * This was done to aviod dynamic allocation for few calls. + * This was done to avoid dynamic allocation for few calls. * Actually we need this function only four times. */ static const char* __itt_get_env_var(const char* name)