Skip to content

Commit 54fb7eb

Browse files
AlisdairMtkoeppe
authored andcommitted
[lex.pptoken] Consistent use of preprocessing vs processing
There are three cases here all doing the same thing. Two refer to preprocessing a directive, while the first refers to processing without the pre.
1 parent f640dae commit 54fb7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lex.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571

572572
\pnum
573573
The \grammarterm{import-keyword} is produced
574-
by processing an \keyword{import} directive\iref{cpp.import},
574+
by preprocessing an \keyword{import} directive\iref{cpp.import},
575575
the \grammarterm{module-keyword} is produced
576576
by preprocessing a \keyword{module} directive\iref{cpp.module}, and
577577
the \grammarterm{export-keyword} is produced

0 commit comments

Comments
 (0)