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

Unified Diff: base/win/event_trace_consumer_unittest.cc

Issue 172563003: Fix some typo and nits while reading the code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar nits Created 6 years, 10 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 | « base/win/event_trace_consumer.h ('k') | base/win/event_trace_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/event_trace_consumer_unittest.cc
diff --git a/base/win/event_trace_consumer_unittest.cc b/base/win/event_trace_consumer_unittest.cc
index d238192c4f8721031e9feefa772567b68132c148..e46f564edd52f117d83984bcfaa935d21c429d01 100644
--- a/base/win/event_trace_consumer_unittest.cc
+++ b/base/win/event_trace_consumer_unittest.cc
@@ -94,7 +94,7 @@ class EtwTraceConsumerBaseTest: public testing::Test {
}
virtual void TearDown() {
- // Cleanup any potentially danging sessions.
+ // Cleanup any potentially dangling sessions.
EtwTraceProperties ignore;
EtwTraceController::Stop(session_name_.c_str(), &ignore);
}
« no previous file with comments | « base/win/event_trace_consumer.h ('k') | base/win/event_trace_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698