[llvm] b1061e3 - [gn build] Fix a comment typo and a comment copy-pasto
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 08:07:19 PDT 2021
Author: Nico Weber
Date: 2021-06-24T11:06:48-04:00
New Revision: b1061e36d9833d9a712579e29a318732df0b744c
URL: https://github.com/llvm/llvm-project/commit/b1061e36d9833d9a712579e29a318732df0b744c
DIFF: https://github.com/llvm/llvm-project/commit/b1061e36d9833d9a712579e29a318732df0b744c.diff
LOG: [gn build] Fix a comment typo and a comment copy-pasto
Added:
Modified:
llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni b/llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni
index 675f640716903..1231a1d2f984e 100644
--- a/llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni
+++ b/llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni
@@ -1,9 +1,9 @@
-# This file introduces a templates for running clang-tblgen.
+# This file introduces a template for running clang-tblgen.
#
# Parameters:
#
# args (required)
-# [list of strings] Flags to pass to llvm-tblgen.
+# [list of strings] Flags to pass to clang-tblgen.
#
# output_name (optional)
# Basename of the generated output file.
More information about the llvm-commits
mailing list