Merge "docs: Fix small typo in table comments"
diff --git a/src/trace_processor/tables/track_tables.h b/src/trace_processor/tables/track_tables.h
index afcd708..9ba2b4a 100644
--- a/src/trace_processor/tables/track_tables.h
+++ b/src/trace_processor/tables/track_tables.h
@@ -121,8 +121,8 @@
 // @param perf_session_id id of a distict profiling stream.
 //        {@joinable perf_sample.perf_session_id}
 // @param cpu the core the sample was taken on.
-// @is_timebase if true, this counter was the sampling timebase for this
-//              perf_session_id.
+// @param is_timebase if true, this counter was the sampling
+//        timebase for this perf_session_id.
 // @tablegroup Tracks
 #define PERFETTO_TP_PERF_COUNTER_TRACK_DEF(NAME, PARENT, C) \
   NAME(PerfCounterTrackTable, "perf_counter_track")         \