Chromium Code Reviews

Unified Diff: src/property.h

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/platform-win32.cc ('k') | src/regexp-macro-assembler-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/property.h
diff --git a/src/property.h b/src/property.h
index 9af6cbb43b5ae7373425ef10dde549b464a38187..914b8dd594c929a59f597c7190354fd635d6a897 100644
--- a/src/property.h
+++ b/src/property.h
@@ -324,7 +324,7 @@ class DescriptorStream BASE_EMBEDDED {
protected:
DescriptorArray* descriptors_;
int pos_; // Current position.
- int limit_; // Limit for posistion.
+ int limit_; // Limit for position.
};
« no previous file with comments | « src/platform-win32.cc ('k') | src/regexp-macro-assembler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine