[llvm-branch-commits] [cfe-branch] r260984 - ReleaseNotes: fix typo reported by Eugene

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 16 09:37:41 PST 2016


Author: hans
Date: Tue Feb 16 11:37:41 2016
New Revision: 260984

URL: http://llvm.org/viewvc/llvm-project?rev=260984&view=rev
Log:
ReleaseNotes: fix typo reported by Eugene

Modified:
    cfe/branches/release_38/docs/ReleaseNotes.rst

Modified: cfe/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_38/docs/ReleaseNotes.rst?rev=260984&r1=260983&r2=260984&view=diff
==============================================================================
--- cfe/branches/release_38/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_38/docs/ReleaseNotes.rst Tue Feb 16 11:37:41 2016
@@ -220,7 +220,7 @@ Several new checks were added:
   ``-enable-checker optin.performance.Padding``.
 - The checks to detect misuse of ``_Nonnull`` type qualifiers as well as checks
   to detect misuse of Objective-C generics were added.
-- The analyzer now has opt in checks to detect localization errors in Coca
+- The analyzer now has opt in checks to detect localization errors in Cocoa
   applications. The checks warn about uses of non-localized ``NSStrings``
   passed to UI methods expecting localized strings and on ``NSLocalizedString``
   macros that are missing the comment argument. These can be enabled by passing




More information about the llvm-branch-commits mailing list