Chromium Code Reviews

Unified Diff: src/assembler-arm.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/api.cc ('k') | src/assembler-arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler-arm.h
diff --git a/src/assembler-arm.h b/src/assembler-arm.h
index faf402a7f90a5c915e6491ab90849fa2d4b228df..d8aa0681b3f639b3e0b7958cd7bce6ebec2f3111 100644
--- a/src/assembler-arm.h
+++ b/src/assembler-arm.h
@@ -389,7 +389,7 @@ class Assembler : public Malloced {
// GetCode emits any pending (non-emitted) code and fills the descriptor
// desc. GetCode() is idempotent; it returns the same result if no other
- // Assembler functions are invoked inbetween GetCode() calls.
+ // Assembler functions are invoked in between GetCode() calls.
void GetCode(CodeDesc* desc);
// Label operations & relative jumps (PPUM Appendix D)
« no previous file with comments | « src/api.cc ('k') | src/assembler-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine