diff --git a/paddle/platform/profiler_test.cc b/paddle/platform/profiler_test.cc index 68b75e7063779d4d25e83b4e328ded23cd2db337..d4fd4c885039d164926dc03fd5a61c4cc0579346 100644 --- a/paddle/platform/profiler_test.cc +++ b/paddle/platform/profiler_test.cc @@ -71,7 +71,7 @@ TEST(RecordEvent, RecordEvent) { /* Usage 1: * PushEvent(evt_name, dev_ctx); * ... - * code to analyze + * code to be analyzed * ... * PopEvent(evt_name, dev_ctx); */ @@ -89,7 +89,7 @@ TEST(RecordEvent, RecordEvent) { * { * RecordEvent record_event(name, dev_ctx); * ... - * code to analyze + * code to be analyzed * ... * } */