[gn build] Fix a comment typo and a comment copy-pasto

This commit is contained in:
Nico Weber 2021-06-24 11:06:15 -04:00
parent 57fe7fd37d
commit b1061e36d9
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# This file introduces a templates for running clang-tblgen. # This file introduces a template for running clang-tblgen.
# #
# Parameters: # Parameters:
# #
# args (required) # args (required)
# [list of strings] Flags to pass to llvm-tblgen. # [list of strings] Flags to pass to clang-tblgen.
# #
# output_name (optional) # output_name (optional)
# Basename of the generated output file. # Basename of the generated output file.