summaryrefslogtreecommitdiff
path: root/grpc/src/core/lib/gprpp/thd.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/lib/gprpp/thd.h')
-rw-r--r--grpc/src/core/lib/gprpp/thd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/src/core/lib/gprpp/thd.h b/grpc/src/core/lib/gprpp/thd.h
index 2e7135e9..c4ce04ce 100644
--- a/grpc/src/core/lib/gprpp/thd.h
+++ b/grpc/src/core/lib/gprpp/thd.h
@@ -157,7 +157,7 @@ class Thread {
Thread& operator=(const Thread&) = delete;
/// The thread states are as follows:
- /// FAKE -- just a dummy placeholder Thread created by the default constructor
+ /// FAKE -- just a phony placeholder Thread created by the default constructor
/// ALIVE -- an actual thread of control exists associated with this thread
/// STARTED -- the thread of control has been started
/// DONE -- the thread of control has completed and been joined