diff options
Diffstat (limited to 'src/buildtool/multithreading/notification_queue.hpp')
-rw-r--r-- | src/buildtool/multithreading/notification_queue.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/multithreading/notification_queue.hpp b/src/buildtool/multithreading/notification_queue.hpp index 80b5ba92..1df5d659 100644 --- a/src/buildtool/multithreading/notification_queue.hpp +++ b/src/buildtool/multithreading/notification_queue.hpp @@ -149,7 +149,7 @@ class NotificationQueue { } // Method to communicate to the notification queue that there will not be - // any more queries. Queries after calling this method are not guaratied to + // any more queries. Queries after calling this method are not guarantied to // work as expected void done() { { |