Skip to content

Commit a82b5a2

Browse files
committed
fixup: typo
1 parent db0d162 commit a82b5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,7 +2401,7 @@
24012401
inline constexpr memory_order memory_order_seq_cst = memory_order::seq_cst; // freestanding
24022402

24032403
template<class T>
2404-
constepxr T kill_dependency(T y) noexcept; // freestanding
2404+
constexpr T kill_dependency(T y) noexcept; // freestanding
24052405
}
24062406

24072407
// \ref{atomics.lockfree}, lock-free property

0 commit comments

Comments
 (0)