| Index: src/third_party/vtune/jitprofiling.h
|
| ===================================================================
|
| --- src/third_party/vtune/jitprofiling.h (revision 14601)
|
| +++ src/third_party/vtune/jitprofiling.h (working copy)
|
| @@ -203,10 +203,10 @@
|
|
|
| typedef struct _LineNumberInfo
|
| {
|
| - /* x86 Offset from the begining of the method*/
|
| + /* x86 Offset from the beginning of the method*/
|
| unsigned int Offset;
|
|
|
| - /* source line number from the begining of the source file */
|
| + /* source line number from the beginning of the source file */
|
| unsigned int LineNumber;
|
|
|
| } *pLineNumberInfo, LineNumberInfo;
|
| @@ -232,7 +232,7 @@
|
| /* Line Table size in number of entries - Zero if none */
|
| unsigned int line_number_size;
|
|
|
| - /* Pointer to the begining of the line numbers info array */
|
| + /* Pointer to the beginning of the line numbers info array */
|
| pLineNumberInfo line_number_table;
|
|
|
| /* unique class ID */
|
|
|