Skip to content

Commit

Permalink
[dcl.init], [depr.atomics.types.operations] Say with static storage d…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
Eisenwave committed Oct 27, 2024
1 parent a470ff8 commit 6be3897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4675,7 +4675,7 @@

\pnum
\begin{note}
For every object of static storage duration,
For every object with static storage duration,
static initialization\iref{basic.start.static} is performed
at program startup before any other initialization takes place.
In some cases, additional initialization is done later.
Expand Down
2 changes: 1 addition & 1 deletion source/future.tex
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@
\begin{itemdescr}
\pnum
The macro expands to a token sequence suitable for constant initialization of
an atomic variable of static storage duration of a type that
an atomic variable with static storage duration of a type that
is initialization-compatible with \tcode{value}.
\begin{note}
This operation possibly needs to initialize locks.
Expand Down

0 comments on commit 6be3897

Please sign in to comment.