diff --git a/source/compatibility.tex b/source/compatibility.tex index 23ba5e4f8d..9c8bb96dee 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -1493,8 +1493,9 @@ Valid \CppXIV{} code that uses trigraphs may not be valid or may have different semantics in this revision of \Cpp{}. Implementations may choose to translate trigraphs as specified in \CppXIV{} if they appear outside of a raw -string literal, as part of the \impldef{mapping input source file characters -to translation character set} mapping from input source file characters to +string literal, as part of the +\impldef{mapping input file characters to translation character set} +mapping from input source file characters to the translation character set. \diffref{lex.ppnumber} diff --git a/source/lex.tex b/source/lex.tex index 8f8df12ed3..e4a32a5d1e 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -102,7 +102,7 @@ For any other kind of input file supported by the implementation, characters are mapped, in an -\impldef{mapping physical source file characters to translation character set} manner, +\impldef{mapping input file characters to translation character set} manner, to a sequence of translation character set elements, representing end-of-line indicators as new-line characters.