Skip to content

Commit 38ffbee

Browse files
committed
[atomics.ref.float] Fix typo
1 parent 884d39b commit 38ffbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3942,8 +3942,8 @@
39423942
memory_order = memory_order::seq_cst) const noexcept;
39433943
constexpr value_type fetch_fmaximum(value_type,
39443944
memory_order = memory_order::seq_cst) const noexcept;
3945-
constexpr valu_type fetch_fminimum(value_type,
3946-
memory_order = memory_order::seq_cst) const noexcept;
3945+
constexpr value_type fetch_fminimum(value_type,
3946+
memory_order = memory_order::seq_cst) const noexcept;
39473947
constexpr value_type fetch_fmaximum_num(value_type,
39483948
memory_order = memory_order::seq_cst) const noexcept;
39493949
constexpr value_type fetch_fminimum_num(value_type,

0 commit comments

Comments
 (0)