[clang-format] Fix parameter name comment; NFC
llvm-svn: 297263
diff --git a/clang/lib/Format/UnwrappedLineFormatter.cpp b/clang/lib/Format/UnwrappedLineFormatter.cpp
index 95725696..c3c154a 100644
--- a/clang/lib/Format/UnwrappedLineFormatter.cpp
+++ b/clang/lib/Format/UnwrappedLineFormatter.cpp
@@ -908,7 +908,7 @@
if (RootToken.is(tok::eof)) {
unsigned Newlines = std::min(RootToken.NewlinesBefore, 1u);
Whitespaces->replaceWhitespace(RootToken, Newlines, /*Spaces=*/0,
- /*TargetColumn=*/0);
+ /*StartOfTokenColumn=*/0);
return;
}
unsigned Newlines =