diff options
| -rw-r--r-- | llvm/include/llvm/Support/Timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Timer.h b/llvm/include/llvm/Support/Timer.h index 7ec06dd6b3a..f0cb07599b8 100644 --- a/llvm/include/llvm/Support/Timer.h +++ b/llvm/include/llvm/Support/Timer.h @@ -104,7 +104,7 @@ public: const std::string &getName() const { return Name; } bool isInitialized() const { return TG != nullptr; } - // Check if the timer is currently running. + /// Check if the timer is currently running. bool isRunning() const { return Running; } /// Check if startTimer() has ever been called on this timer. |

