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: |