diff options
author | Robin Morisset <morisset@google.com> | 2014-08-29 21:53:01 +0000 |
---|---|---|
committer | Robin Morisset <morisset@google.com> | 2014-08-29 21:53:01 +0000 |
commit | 039781ef269c61139d902b0cf8c78096d7318d9f (patch) | |
tree | 24631595cdf0fb8f1c20873b26bdb3d6a503d16f /llvm/docs | |
parent | ae08e431ddc1d981afa9a16a3e2041a6213846d8 (diff) | |
download | bcm5719-llvm-039781ef269c61139d902b0cf8c78096d7318d9f.tar.gz bcm5719-llvm-039781ef269c61139d902b0cf8c78096d7318d9f.zip |
Fix typos in comments, NFC
Summary: Just fixing comments, no functional change.
Test Plan: N/A
Reviewers: jfb
Subscribers: mcrosier, llvm-commits
Differential Revision: http://reviews.llvm.org/D5130
llvm-svn: 216784
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ProgrammersManual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index 447cadcacfc..b06d2ebc976 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/docs/ProgrammersManual.rst @@ -873,7 +873,7 @@ variety of customizations. llvm/ADT/ilist_node.h ^^^^^^^^^^^^^^^^^^^^^ -``ilist_node<T>`` implements a the forward and backward links that are expected +``ilist_node<T>`` implements the forward and backward links that are expected by the ``ilist<T>`` (and analogous containers) in the default manner. ``ilist_node<T>``\ s are meant to be embedded in the node type ``T``, usually |