Index: runtime/vm/code_patcher.h |
diff --git a/runtime/vm/code_patcher.h b/runtime/vm/code_patcher.h |
index ec90721f415f3a73eb2c119426d90748498a2b76..8e413bff8e814eac478929e8d25c16fd930bf89e 100644 |
--- a/runtime/vm/code_patcher.h |
+++ b/runtime/vm/code_patcher.h |
@@ -26,7 +26,7 @@ class String; |
// Stack-allocated class to create a scope where the specified region |
-// [address, addresss + size] has write access enabled. This is used |
+// [address, address + size] has write access enabled. This is used |
// when patching generated code. Access is reset to read-execute in |
// the destructor of this scope. |
class WritableInstructionsScope : public ValueObject { |