Skip to content

Commit 719601d

Browse files
Eisenwavetkoeppe
authored andcommitted
[dcl.init], [depr.atomics.types.operations] Say "with static storage duration"
1 parent 9c3c97c commit 719601d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5042,7 +5042,7 @@
50425042

50435043
\pnum
50445044
\begin{note}
5045-
For every object of static storage duration,
5045+
For every object with static storage duration,
50465046
static initialization\iref{basic.start.static} is performed
50475047
at program startup before any other initialization takes place.
50485048
In some cases, additional initialization is done later.

source/future.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
\begin{itemdescr}
914914
\pnum
915915
The macro expands to a token sequence suitable for constant initialization of
916-
an atomic variable of static storage duration of a type that
916+
an atomic variable with static storage duration of a type that
917917
is initialization-compatible with \tcode{value}.
918918
\begin{note}
919919
This operation possibly needs to initialize locks.

0 commit comments

Comments
 (0)