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 675f64071690..1231a1d2f984 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.