diff --git a/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni b/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni index aed3566500d..3b655747a4f 100644 --- a/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni +++ b/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni @@ -1,6 +1,6 @@ declare_args() { # Whether to build code that requires the Microsoft DIA SDK. # If this is set, %INCLUDE% must contain ".../DIA SDK/include" - # and %LIB% must contain ".../DIA SKD/lib/amd64". + # and %LIB% must contain ".../DIA SDK/lib/amd64". llvm_enable_dia_sdk = false }