File tree 1 file changed +2
-2
lines changed
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,
66
66
DefaultTargetTriple(llvm::sys::getDefaultTargetTriple()) {
67
67
68
68
// The driver kind must be parsed prior to parsing arguments, since that
69
- // affects how argumens are parsed.
69
+ // affects how arguments are parsed.
70
70
parseDriverKind (Args.slice (1 ));
71
71
}
72
72
@@ -852,7 +852,7 @@ static bool isSDKTooOld(StringRef sdkPath, const llvm::Triple &target) {
852
852
void Driver::buildOutputInfo (const ToolChain &TC, const DerivedArgList &Args,
853
853
const InputList &Inputs, OutputInfo &OI) const {
854
854
// 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.
856
856
857
857
if (driverKind == DriverKind::Interactive) {
858
858
OI.CompilerMode = OutputInfo::Mode::Immediate;
You can’t perform that action at this time.
0 commit comments