r284400 - Fix a typo.

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 10:41:52 PDT 2016


Author: adrian
Date: Mon Oct 17 12:41:51 2016
New Revision: 284400

URL: http://llvm.org/viewvc/llvm-project?rev=284400&view=rev
Log:
Fix a typo.

Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=284400&r1=284399&r2=284400&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Mon Oct 17 12:41:51 2016
@@ -5728,7 +5728,7 @@ void Clang::ConstructJob(Compilation &C,
   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()) {




More information about the cfe-commits mailing list