diff options
| author | Michael Gottesman <mgottesman@apple.com> | 2013-01-08 23:55:10 +0000 |
|---|---|---|
| committer | Michael Gottesman <mgottesman@apple.com> | 2013-01-08 23:55:10 +0000 |
| commit | 675444d5de4fb74d2827eee12cfe211a05007975 (patch) | |
| tree | 929bf04ae8559434d11213f52bceda11af14fca2 /clang | |
| parent | d35ae732ac5440b111ac8b193c0fa9a3c1e74452 (diff) | |
| download | bcm5719-llvm-675444d5de4fb74d2827eee12cfe211a05007975.tar.gz bcm5719-llvm-675444d5de4fb74d2827eee12cfe211a05007975.zip | |
Removed extra "`" from ARC documentation.
llvm-svn: 171920
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/AutomaticReferenceCounting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/AutomaticReferenceCounting.rst b/clang/docs/AutomaticReferenceCounting.rst index 56a922bcddc..385b51fb192 100644 --- a/clang/docs/AutomaticReferenceCounting.rst +++ b/clang/docs/AutomaticReferenceCounting.rst @@ -1678,7 +1678,7 @@ from a ``__strong`` object with :ref:`precise lifetime semantics C retainable pointer types -------------------------- -A type is a :arc-term:`C retainable pointer type`` if it is a pointer to +A type is a :arc-term:`C retainable pointer type` if it is a pointer to (possibly qualified) ``void`` or a pointer to a (possibly qualifier) ``struct`` or ``class`` type. |

