[clang] dcfd627 - [NFC][clang-format] Fix typo

via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 28 18:34:56 PDT 2022


Author: Sheng
Date: 2022-08-29T09:34:05+08:00
New Revision: dcfd6273a9993c2ab2c62d665429a0a7b7e3f1f8

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

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

combinartorial
       v
combinatorial

Added: 
    

Modified: 
    clang/lib/Format/UnwrappedLineFormatter.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/Format/UnwrappedLineFormatter.h b/clang/lib/Format/UnwrappedLineFormatter.h
index 3e33de07fa12..ee6d31de8c42 100644
--- a/clang/lib/Format/UnwrappedLineFormatter.h
+++ b/clang/lib/Format/UnwrappedLineFormatter.h
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===//
 ///
 /// \file
-/// Implements a combinartorial exploration of all the 
diff erent
+/// Implements a combinatorial exploration of all the 
diff erent
 /// linebreaks unwrapped lines can be formatted in.
 ///
 //===----------------------------------------------------------------------===//


        


More information about the cfe-commits mailing list