]> granicus.if.org Git - clang/commitdiff
Fix a typo.
authorAdrian Prantl <aprantl@apple.com>
Mon, 17 Oct 2016 17:41:51 +0000 (17:41 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 17 Oct 2016 17:41:51 +0000 (17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284400 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index b7a323faa56860aa80fa09638cac4cb5d3bd5d93..db473844d4cea400c3b5a665b808caa83bbf0a2a 100644 (file)
@@ -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()) {