diff --git a/snapshot/thread_snapshot.h b/snapshot/thread_snapshot.h index ba1c55cb..d43fc6e5 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.