commit | f03da596050efb6b51a7eaf554e573145a0cc6f9 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Mon Sep 23 14:01:17 2019 +0100 |
committer | Florian Mayer <fmayer@google.com> | Mon Sep 23 14:01:17 2019 +0100 |
tree | fb50da31a571b03421d885eb486cbbf34789d628 | |
parent | ef2db12f1644d4cac7935e279254fdea8072f625 [diff] |
Fix comment referencing GetLastError. Change-Id: Ia3879f063e4d3e90135053e4d7812d6e41aa633a
diff --git a/include/perfetto/trace_processor/trace_processor.h b/include/perfetto/trace_processor/trace_processor.h index 17de83b..b938f3a 100644 --- a/include/perfetto/trace_processor/trace_processor.h +++ b/include/perfetto/trace_processor/trace_processor.h
@@ -48,7 +48,7 @@ // Forwards the iterator to the next result row and returns a boolean of // whether there is a next row. If this method returns false, - // |GetLastError()| should be called to check if there was an error. If + // |Status()| should be called to check if there was an error. If // there was no error, this means the EOF was reached. bool Next();