We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e080a commit 1d1648fCopy full SHA for 1d1648f
src/condition_variable.cpp
@@ -53,7 +53,7 @@ void add_count_and_notify() {
53
// count == 2. After that, it grabs the mutex m and executes code in
54
// the critical section.
55
// Condition variables need an std::unique_lock object to be constructed.
56
-// std::unique_lock is a type of C++ STL synchronization primtiive that
+// std::unique_lock is a type of C++ STL synchronization primitive that
57
// gives more flexibility and features, including the usage with
58
// condition variables. Particularly, it is moveable but not copy-constructible
59
// or copy-assignable.
0 commit comments