1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[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 486c348a62
commit 15adc02ee3

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:
#
# 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.