diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-16 19:55:39 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-16 19:55:39 +0000 |
| commit | 544bd61989e85b8e18c3409f9ed1823e3fe5a98e (patch) | |
| tree | e750a355aeb412a2329308983dcfe620431f1594 | |
| parent | c5287b8889ceb2410aa54d3c677ba48872b03eab (diff) | |
| download | bcm5719-llvm-544bd61989e85b8e18c3409f9ed1823e3fe5a98e.tar.gz bcm5719-llvm-544bd61989e85b8e18c3409f9ed1823e3fe5a98e.zip | |
Documentation: add a missing word
llvm-svn: 170296
| -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 9babf8f3214..56a922bcddc 100644 --- a/clang/docs/AutomaticReferenceCounting.rst +++ b/clang/docs/AutomaticReferenceCounting.rst @@ -8,7 +8,7 @@ .when-revised { font-weight: bold; font-style: normal; } /* - * Automatic numbering is described this article: + * Automatic numbering is described in this article: * http://dev.opera.com/articles/view/automatic-numbering-with-css-counters/ */ /* |

