Skip to content

Commit 6be3897

Browse files
committed
[dcl.init], [depr.atomics.types.operations] Say with static storage duration
1 parent a470ff8 commit 6be3897

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
@@ -4675,7 +4675,7 @@
46754675

46764676
\pnum
46774677
\begin{note}
4678-
For every object of static storage duration,
4678+
For every object with static storage duration,
46794679
static initialization\iref{basic.start.static} is performed
46804680
at program startup before any other initialization takes place.
46814681
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
@@ -889,7 +889,7 @@
889889
\begin{itemdescr}
890890
\pnum
891891
The macro expands to a token sequence suitable for constant initialization of
892-
an atomic variable of static storage duration of a type that
892+
an atomic variable with static storage duration of a type that
893893
is initialization-compatible with \tcode{value}.
894894
\begin{note}
895895
This operation possibly needs to initialize locks.

0 commit comments

Comments
 (0)