Skip to content

Commit 0736e04

Browse files
committed
[dcl.link] Use "obtained" rather than "gotten" in comment in example.
Fixes #274.
1 parent 8f8a40f commit 0736e04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/declarations.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3189,19 +3189,19 @@
31893189
extern "C" void f5() {
31903190
extern void f4(); // OK: Name linkage (internal)
31913191
// and function type linkage (C
3192-
// language linkage) gotten from
3192+
// language linkage) obtained from
31933193
// previous declaration.
31943194
}
31953195

31963196
extern void f4(); // OK: Name linkage (internal)
31973197
// and function type linkage (C
3198-
// language linkage) gotten from
3198+
// language linkage) obtained from
31993199
// previous declaration.
32003200

32013201
void f6() {
32023202
extern void f4(); // OK: Name linkage (internal)
32033203
// and function type linkage (C
3204-
// language linkage) gotten from
3204+
// language linkage) obtained from
32053205
// previous declaration.
32063206
}
32073207
\end{codeblock}

0 commit comments

Comments
 (0)