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

Unified Diff: runtime/vm/timer.h

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 | « runtime/vm/stub_code_x64.cc ('k') | samples-dev/swarm/SwarmApp.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/timer.h
diff --git a/runtime/vm/timer.h b/runtime/vm/timer.h
index 908fa6eb6fc4b445e8d31b541432bb4372817d29..ac2e7a097e3ed22bb8ff2dc47b90c56aaa009c84 100644
--- a/runtime/vm/timer.h
+++ b/runtime/vm/timer.h
@@ -39,7 +39,7 @@ class Timer : public ValueObject {
running_ = false;
}
- // Get total cummulative elapsed time in micros.
+ // Get total cumulative elapsed time in micros.
int64_t TotalElapsedTime() const {
int64_t result = total_;
if (running_) {
« no previous file with comments | « runtime/vm/stub_code_x64.cc ('k') | samples-dev/swarm/SwarmApp.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698