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

Unified Diff: base/win/event_trace_consumer.h

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/debug/trace_event_impl.cc ('k') | base/win/event_trace_consumer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/event_trace_consumer.h
diff --git a/base/win/event_trace_consumer.h b/base/win/event_trace_consumer.h
index c1b42b4fd931625b6ae7de56f3afaff32a70d5c6..9322e1e9b4fc4dc1ab3e4d62c9991edb7a0a12fe 100644
--- a/base/win/event_trace_consumer.h
+++ b/base/win/event_trace_consumer.h
@@ -16,7 +16,7 @@ namespace base {
namespace win {
// This class is a base class that makes it easier to consume events
-// from realtime or file sessions. Concrete consumers need to sublass
+// from realtime or file sessions. Concrete consumers need to subclass
// a specialization of this class and override the ProcessEvent and/or
// the ProcessBuffer methods to implement the event consumption logic.
// Usage might look like:
« no previous file with comments | « base/debug/trace_event_impl.cc ('k') | base/win/event_trace_consumer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698