Skip to content

Commit 0293a4f

Browse files
committed
[lex.phases] Identifiers do not have linkage, names do
1 parent e4a7f6d commit 0293a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lex.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
\begin{note}
202202
Previously translated translation units can be preserved individually or in libraries.
203203
The separate translation units of a program communicate\iref{basic.link} by (for example)
204-
calls to functions whose identifiers have external or module linkage,
205-
manipulation of objects whose identifiers have external or module linkage, or
204+
calls to functions whose names have external or module linkage,
205+
manipulation of variables whose names have external or module linkage, or
206206
manipulation of data files.
207207
\end{note}
208208

0 commit comments

Comments
 (0)