Skip to content

Commit 14062f4

Browse files
committed
Merge pull request #599 from Arcoth/patch-2
[dcl.type.cv] "program behavior is undefined" -> "behavior is undefined"
2 parents 4fcbd69 + 87ef71b commit 14062f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@
11811181
implementation-defined.
11821182
If an attempt is made to refer to an object defined with a
11831183
volatile-qualified type through the use of a glvalue with a
1184-
non-volatile-qualified type, the program behavior is undefined.
1184+
non-volatile-qualified type, the behavior is undefined.
11851185

11861186
\pnum
11871187
\indextext{type~specifier!\idxcode{volatile}}%

0 commit comments

Comments
 (0)