[clang] de55ebe - Typo fix; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 27 05:31:04 PDT 2020
Author: Aaron Ballman
Date: 2020-09-27T08:30:41-04:00
New Revision: de55ebe3bbc77882901ae2b9654503b7611b28f3
URL: https://github.com/llvm/llvm-project/commit/de55ebe3bbc77882901ae2b9654503b7611b28f3
DIFF: https://github.com/llvm/llvm-project/commit/de55ebe3bbc77882901ae2b9654503b7611b28f3.diff
LOG: Typo fix; NFC
Added:
Modified:
clang/lib/Parse/ParseDecl.cpp
Removed:
################################################################################
diff --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp
index 79628cfed1b2..adec7c607682 100644
--- a/clang/lib/Parse/ParseDecl.cpp
+++ b/clang/lib/Parse/ParseDecl.cpp
@@ -4152,7 +4152,7 @@ void Parser::ParseStructDeclaration(
/// struct-contents:
/// struct-declaration-list
/// [EXT] empty
-/// [GNU] "struct-declaration-list" without terminatoring ';'
+/// [GNU] "struct-declaration-list" without terminating ';'
/// struct-declaration-list:
/// struct-declaration
/// struct-declaration-list struct-declaration
More information about the cfe-commits
mailing list