Skip to content

Commit f8fb442

Browse files
committed
Fix Typos
Arguments for this pr are appropriately unnecessary.
1 parent 88b2ed9 commit f8fb442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/Driver/Driver.cpp

+2-2
Original file line numberDiff line numberDiff 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) {
852852
void 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;

0 commit comments

Comments
 (0)