From 15adc02ee33b99219ee8dd72e70453a1db390f1d Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 24 Jun 2021 11:06:15 -0400 Subject: [PATCH] [gn build] Fix a comment typo and a comment copy-pasto --- utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni b/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni index 675f6407169..1231a1d2f98 100644 --- a/utils/gn/secondary/clang/utils/TableGen/clang_tablegen.gni +++ b/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.