Index: snapshot/thread_snapshot.h |
diff --git a/snapshot/thread_snapshot.h b/snapshot/thread_snapshot.h |
index ba1c55cb6c0285fb08b621d65c6f951767501da6..d43fc6e5c8ef787e115e5aab8439654d07f9dedb 100644 |
--- a/snapshot/thread_snapshot.h |
+++ b/snapshot/thread_snapshot.h |
@@ -45,8 +45,8 @@ class ThreadSnapshot { |
//! \brief Returns the thread’s identifier. |
//! |
- //! Thread identifiers are at least unique within a process, and may be unique |
- //! system-wide. |
+ //! %Thread identifiers are at least unique within a process, and may be |
+ //! unique system-wide. |
virtual uint64_t ThreadID() const = 0; |
//! \brief Returns the thread’s suspend count. |