[clang] 319971c - [clang-format][NFC] Fix typo in comment

Marek Kurdej via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 5 08:33:22 PST 2022


Author: Jino Park
Date: 2022-01-05T17:33:16+01:00
New Revision: 319971ca958adce9b3f0274a25ba7f3402b49376

URL: https://github.com/llvm/llvm-project/commit/319971ca958adce9b3f0274a25ba7f3402b49376
DIFF: https://github.com/llvm/llvm-project/commit/319971ca958adce9b3f0274a25ba7f3402b49376.diff

LOG: [clang-format][NFC] Fix typo in comment

Fix typo (leftt -> left)

Reviewed By: curdeius

Differential Revision: https://reviews.llvm.org/D116658

Added: 
    

Modified: 
    clang/lib/Format/WhitespaceManager.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/Format/WhitespaceManager.h b/clang/lib/Format/WhitespaceManager.h
index e6943b7d167b1..42f958f68ba67 100644
--- a/clang/lib/Format/WhitespaceManager.h
+++ b/clang/lib/Format/WhitespaceManager.h
@@ -245,7 +245,7 @@ class WhitespaceManager {
   /// as described by \p CellDescs.
   void alignArrayInitializersRightJustified(CellDescriptions &&CellDescs);
 
-  /// Align Array Initializers being careful to leftt justify the columns
+  /// Align Array Initializers being careful to left justify the columns
   /// as described by \p CellDescs.
   void alignArrayInitializersLeftJustified(CellDescriptions &&CellDescs);
 


        


More information about the cfe-commits mailing list