Skip to content

Commit

Permalink
fixup: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Dec 16, 2024
1 parent db0d162 commit a82b5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,7 @@
inline constexpr memory_order memory_order_seq_cst = memory_order::seq_cst; // freestanding

template<class T>
constepxr T kill_dependency(T y) noexcept; // freestanding
constexpr T kill_dependency(T y) noexcept; // freestanding
}

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

0 comments on commit a82b5a2

Please sign in to comment.