Index: sdk/lib/io/io_resource_info.dart |
diff --git a/sdk/lib/io/io_resource_info.dart b/sdk/lib/io/io_resource_info.dart |
index 317cf13f0d39d1182262d5e87724f7df5a1886f4..3fb6dc9e16ebc0e38e710c4af0b627a98946b010 100644 |
--- a/sdk/lib/io/io_resource_info.dart |
+++ b/sdk/lib/io/io_resource_info.dart |
@@ -51,9 +51,9 @@ abstract class _ReadWriteResourceInfo extends _IOResourceInfo { |
lastRead = _IOResourceInfo.timestamp; |
} |
- // In cases where we read but did not neccesarily get any bytes, use this to |
+ // In cases where we read but did not necessarily get any bytes, use this to |
// update the readCount and timestamp. Manually update totalRead if any bytes |
- // where acutally read. |
+ // where actually read. |
void didRead() { addRead(0); } |
void addWrite(int bytes) { |