[Timer] Add missing slash in doxygen commit.

Pointed out by: Sean Silva.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271039 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Davide Italiano 2016-05-27 20:04:16 +00:00
parent 6cc1a144bd
commit 59250f2810

View File

@ -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.