Chromium Code Reviews

Unified Diff: src/serialize.cc

Issue 18094: Fix a bunch of spelling mistakes :\ (Closed)
Patch Set: More fixes. Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/serialize.h ('k') | src/simulator-arm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/serialize.cc
diff --git a/src/serialize.cc b/src/serialize.cc
index 557e6334832dc90ca60732333946081dd4aa83f3..4e1529cc5fd06e55426998e79595b27e6066d34c 100644
--- a/src/serialize.cc
+++ b/src/serialize.cc
@@ -743,7 +743,7 @@ class SnapshotWriter {
private:
char* str_; // the snapshot
- int len_; // the curent length of str_
+ int len_; // the current length of str_
int max_; // the allocated size of str_
};
« no previous file with comments | « src/serialize.h ('k') | src/simulator-arm.h » ('j') | no next file with comments »

Powered by Google App Engine