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

Unified Diff: native_client_sdk/src/libraries/utils/macros.h

Issue 13106002: [NaCl SDK] A bunch of spelling fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix presubmit Created 7 years, 9 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
Index: native_client_sdk/src/libraries/utils/macros.h
diff --git a/native_client_sdk/src/libraries/utils/macros.h b/native_client_sdk/src/libraries/utils/macros.h
index 8731e255dd1ac3d30aa23744f562613201611fd3..718d83fce9b01c526dc2072f53e8a56b4d46d790 100644
--- a/native_client_sdk/src/libraries/utils/macros.h
+++ b/native_client_sdk/src/libraries/utils/macros.h
@@ -17,7 +17,7 @@
#define MEMBER_SIZE(struct_name, member) sizeof(((struct_name*)0)->member)
/**
- * Macros to prevent name mangling of defnitions, allowing them to be
+ * Macros to prevent name mangling of definitions, allowing them to be
* referenced from C.
*/
#ifdef __cplusplus
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_main/ppapi_queue.cc ('k') | native_client_sdk/src/tools/decode_dump.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698