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. /// //===----------------------------------------------------------------------===// _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits