From: Sheng Date: Mon, 29 Aug 2022 01:32:25 +0000 (+0800) Subject: [NFC][clang-format] Fix typo X-Git-Tag: upstream/17.0.6~35109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcfd6273a9993c2ab2c62d665429a0a7b7e3f1f8;p=platform%2Fupstream%2Fllvm.git [NFC][clang-format] Fix typo combinartorial v combinatorial --- diff --git a/clang/lib/Format/UnwrappedLineFormatter.h b/clang/lib/Format/UnwrappedLineFormatter.h index 3e33de0..ee6d31de 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. /// //===----------------------------------------------------------------------===//