[clang-format] Fix comment. NFC.

This commit is contained in:
Marek Kurdej 2022-01-12 16:10:03 +01:00
parent de3808c8fc
commit 6cbebfc7fb
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ void DefinitionBlockSeparator::separateBlocks(
// handled in another case if the line following is opening a
// definition.
if (!TargetToken->closesScope() && !IsPPConditional(OpeningLineIndex)) {
// Check whether current line may be precedings of a definition line.
// Check whether current line may precede a definition line.
while (OpeningLineIndex + 1 < Lines.size() &&
MayPrecedeDefinition(/*Direction=*/0))
++OpeningLineIndex;