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

Unified Diff: sdk/lib/io/process.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 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 | « sdk/lib/io/http_parser.dart ('k') | sdk/lib/js/dart2js/js_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/process.dart
diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart
index bfe1c505139dcd1b46d82aa2c2d8eac85919bf29..c107c1db01329a6e2bc25792aa47e0c8f86cf88a 100644
--- a/sdk/lib/io/process.dart
+++ b/sdk/lib/io/process.dart
@@ -108,7 +108,7 @@ class ProcessInfo {
* The current resident set size of memory for the process.
*
* Note that the meaning of this field is platform dependent. For example,
- * some memory acounted for here may be shared with other processes, or if
+ * some memory accounted for here may be shared with other processes, or if
* the same page is mapped into a process's address space, it may be counted
* twice.
*/
@@ -119,7 +119,7 @@ class ProcessInfo {
* process.
*
* Note that the meaning of this field is platform dependent. For example,
- * some memory acounted for here may be shared with other processes, or if
+ * some memory accounted for here may be shared with other processes, or if
* the same page is mapped into a process's address space, it may be counted
* twice.
*/
« no previous file with comments | « sdk/lib/io/http_parser.dart ('k') | sdk/lib/js/dart2js/js_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698