Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from asashour/typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
araud authored Jun 7, 2019
2 parents 36bff07 + 47f62d6 commit 6d743e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ittnotify/include/jitprofiling.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion ittnotify/src/ittnotify/ittnotify_static.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d743e1

Please sign in to comment.