[PATCH] D87352: Fix typo in Format.h
YangZhihui via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 15 01:21:42 PDT 2020
YangZhihui updated this revision to Diff 291825.
YangZhihui retitled this revision from "Fix typo in doc ClangFormatStyleOptions.rst" to "Fix typo in Format.h".
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87352/new/
https://reviews.llvm.org/D87352
Files:
clang/include/clang/Format/Format.h
Index: clang/include/clang/Format/Format.h
===================================================================
--- clang/include/clang/Format/Format.h
+++ clang/include/clang/Format/Format.h
@@ -1860,7 +1860,7 @@
bool ObjCSpaceAfterProperty;
/// Break parameters list into lines when there is nested block
- /// parameters in a fuction call.
+ /// parameters in a function call.
/// \code
/// false:
/// - (void)_aMethod
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87352.291825.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200915/5366809e/attachment-0001.bin>
More information about the cfe-commits
mailing list