summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-07-14 18:52:30 +0000
committerNico Weber <nicolasweber@gmx.de>2017-07-14 18:52:30 +0000
commit98062020fd0aaf8513b53796b9dd63729b0c5d4f (patch)
tree4092da6370a3d61ef2f18885b64067bc7d349489 /docs/LanguageExtensions.rst
parent7adf4f04c02403a80c64a89ec1f3d87c9c19a9da (diff)
Fix flag names in @available docs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index e120a88cdc..78f987c4a8 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -1275,8 +1275,8 @@ Objective-C @available
----------------------
It is possible to use the newest SDK but still build a program that can run on
-older versions of macOS and iOS by passing ``-mmacosx-version-info=`` /
-``--miphoneos-version-min=``.
+older versions of macOS and iOS by passing ``-mmacosx-version-min=`` /
+``-miphoneos-version-min=``.
Before LLVM 5.0, when calling a function that exists only in the OS that's
newer than the target OS (as determined by the minimum deployment version),