Fix unknown parameter Wdocumentation warning. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 19 Aug 2021 14:23:53 +0000 (15:23 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 19 Aug 2021 14:40:10 +0000 (15:40 +0100)
clang/lib/Frontend/PrintPreprocessedOutput.cpp

index 1a820ad..5c5fc75 100644 (file)
@@ -182,7 +182,7 @@ public:
   /// implicitly when at the beginning of the file.
   ///
   /// @param Tok                 Token where to move to.
-  /// @param RequiresStartOfLine Whether the next line depends on being in the
+  /// @param RequireStartOfLine  Whether the next line depends on being in the
   ///                            first column, such as a directive.
   ///
   /// @return Whether column adjustments are necessary.