File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Driver::Driver(StringRef DriverExecutable,
6666 DefaultTargetTriple(llvm::sys::getDefaultTargetTriple()) {
6767
6868 // The driver kind must be parsed prior to parsing arguments, since that
69- // affects how argumens are parsed.
69+ // affects how arguments are parsed.
7070 parseDriverKind (Args.slice (1 ));
7171}
7272
@@ -852,7 +852,7 @@ static bool isSDKTooOld(StringRef sdkPath, const llvm::Triple &target) {
852852void Driver::buildOutputInfo (const ToolChain &TC, const DerivedArgList &Args,
853853 const InputList &Inputs, OutputInfo &OI) const {
854854 // By default, the driver does not link its output; this will be updated
855- // appropariately below if linking is required.
855+ // appropriately below if linking is required.
856856
857857 if (driverKind == DriverKind::Interactive) {
858858 OI.CompilerMode = OutputInfo::Mode::Immediate;
You can’t perform that action at this time.
0 commit comments