diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/util/Semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util/Semaphore.h b/src/common/util/Semaphore.h index 045984a6..fdf63802 100644 --- a/src/common/util/Semaphore.h +++ b/src/common/util/Semaphore.h @@ -27,7 +27,7 @@ * work in GDB. Turns out sem_wait can fail when run in GDB, and Debian * really needs to update it's man pages. * - * This class remains as a pretty wrapper/abstraction that does nothing. + * This class remains as a trivial (yet pretty) wrapper/abstraction. */ class Semaphore { public: |