Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: src/third_party/vtune/jitprofiling.h

Issue 15012016: small misspelling fixes. (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/string-search.h ('k') | src/x64/lithium-codegen-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « src/string-search.h ('k') | src/x64/lithium-codegen-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698