diff options
Diffstat (limited to 'clang/docs/AutomaticReferenceCounting.html')
-rw-r--r-- | clang/docs/AutomaticReferenceCounting.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/AutomaticReferenceCounting.html b/clang/docs/AutomaticReferenceCounting.html index 1416df58e45..6d50cf7db5c 100644 --- a/clang/docs/AutomaticReferenceCounting.html +++ b/clang/docs/AutomaticReferenceCounting.html @@ -1863,7 +1863,7 @@ of these annotations. A program is ill-formed if it annotates the same function with both <tt>cf_audited_transfer</tt> and <tt>cf_unknown_transfer</tt>.</p> -<p>A pragma is provided to faciliate the mass annotation of interfaces:</p> +<p>A pragma is provided to facilitate the mass annotation of interfaces:</p> <pre>#pragma arc_cf_code_audited begin ... |