From dcfd6273a9993c2ab2c62d665429a0a7b7e3f1f8 Mon Sep 17 00:00:00 2001 From: Sheng Date: Mon, 29 Aug 2022 09:32:25 +0800 Subject: [PATCH] [NFC][clang-format] Fix typo combinartorial v combinatorial --- clang/lib/Format/UnwrappedLineFormatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 different +/// Implements a combinatorial exploration of all the different /// linebreaks unwrapped lines can be formatted in. /// //===----------------------------------------------------------------------===//