Skip to content

Commit a1cea45

Browse files
committed
spelling: whitespace
Signed-off-by: Josh Soref <[email protected]>
1 parent 6693d69 commit a1cea45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/CodeCompletionResultPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class AnnotatingResultPrinter {
106106

107107
/// Print \p content enclosing with \p tag.
108108
void printWithTag(StringRef tag, StringRef content) {
109-
// Trim whitepsaces around the non-whitespace characters.
109+
// Trim whitespaces around the non-whitespace characters.
110110
// (i.e. " something " -> " <tag>something</tag> ".
111111
auto ltrimIdx = content.find_first_not_of(' ');
112112
auto rtrimIdx = content.find_last_not_of(' ') + 1;

0 commit comments

Comments
 (0)