Skip to content

Commit 1d1648f

Browse files
committed
typo
1 parent 26e080a commit 1d1648f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/condition_variable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void add_count_and_notify() {
5353
// count == 2. After that, it grabs the mutex m and executes code in
5454
// the critical section.
5555
// Condition variables need an std::unique_lock object to be constructed.
56-
// std::unique_lock is a type of C++ STL synchronization primtiive that
56+
// std::unique_lock is a type of C++ STL synchronization primitive that
5757
// gives more flexibility and features, including the usage with
5858
// condition variables. Particularly, it is moveable but not copy-constructible
5959
// or copy-assignable.

0 commit comments

Comments
 (0)