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

Unified Diff: runtime/vm/constants_dbc.h

Issue 2957593002: Spelling fixes e to i. (Closed)
Patch Set: Created 3 years, 6 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 | « runtime/vm/constants_arm.h ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/constants_dbc.h
diff --git a/runtime/vm/constants_dbc.h b/runtime/vm/constants_dbc.h
index eb2b21fe107cbc1933b619c73145d087003af924..adb6d052bb627e5f26e8c2dc7a867f5351520bcc 100644
--- a/runtime/vm/constants_dbc.h
+++ b/runtime/vm/constants_dbc.h
@@ -86,7 +86,7 @@ namespace dart {
//
// - Nop D
//
-// This instuction does nothing. It may refer to an object in the constant
+// This instruction does nothing. It may refer to an object in the constant
// pool that may be decoded by other instructions.
//
// - Compile
@@ -225,7 +225,7 @@ namespace dart {
//
// - DMin, DMax, DAdd, DSub, DMul, DDiv, DPow, DMod rA, rB, rC
//
-// Arithmetic operaions on unboxed doubles. FP[rA] <- FP[rB] op FP[rC].
+// Arithmetic operations on unboxed doubles. FP[rA] <- FP[rB] op FP[rC].
//
// - DNeg, DCos, DSin, DSqrt rA, rD
//
@@ -334,7 +334,7 @@ namespace dart {
// Cond is Le, Lt, Ge, Gt, unsigned variants ULe, ULt, UGe, UGt, and
// unboxed double variants DEq, DNe, DLe, DLt, DGe, DGt.
// Skips the next instruction unless FP[rA] <Cond> FP[rD]. Assumes that
-// FP[rA] and FP[rD] are Smis or unboxed doubles as inidcated by <Cond>.
+// FP[rA] and FP[rD] are Smis or unboxed doubles as indicated by <Cond>.
//
// - CreateArrayTOS
//
« no previous file with comments | « runtime/vm/constants_arm.h ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698