From: Adrian Prantl Date: Mon, 17 Oct 2016 17:41:51 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f32a3ad53767c2ce46b2deae1847f9ea7fe92c4;p=clang Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284400 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index b7a323faa5..db473844d4 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -5728,7 +5728,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA, ObjCRuntime objcRuntime = AddObjCRuntimeArgs(Args, CmdArgs, rewriteKind); // -fobjc-dispatch-method is only relevant with the nonfragile-abi, and - // legacy is the default. Except for deployment taget of 10.5, + // legacy is the default. Except for deployment target of 10.5, // next runtime is always legacy dispatch and -fno-objc-legacy-dispatch // gets ignored silently. if (objcRuntime.isNonFragile()) {