Skip to content

Commit b1061e3

Browse files
committed
[gn build] Fix a comment typo and a comment copy-pasto
1 parent 57fe7fd commit b1061e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# This file introduces a templates for running clang-tblgen.
1+
# This file introduces a template for running clang-tblgen.
22
#
33
# Parameters:
44
#
55
# args (required)
6-
# [list of strings] Flags to pass to llvm-tblgen.
6+
# [list of strings] Flags to pass to clang-tblgen.
77
#
88
# output_name (optional)
99
# Basename of the generated output file.

0 commit comments

Comments
 (0)