[llvm-rc] Update a comment. NFC.

Fix a typo and mention one missing step.
This commit is contained in:
Martin Storsjö 2020-07-31 17:41:20 +03:00
parent 794467b916
commit 74d7356fc6
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@ enum class NullHandlingMethod {
};
// Parses an identifier or string and returns a processed version of it:
// * String the string boundary quotes.
// * Strip the string boundary quotes.
// * Convert the input code page characters to UTF16.
// * Squash "" to a single ".
// * Replace the escape sequences with their processed version.
// For identifiers, this is no-op.