Fix typos in comments, NFC
[oota-llvm.git] / docs / ProgrammersManual.rst
index 447cadcacfcc8eb3123157e7fa45d69fd6d0b8c3..b06d2ebc976446b39d7a38d3bc3f2ecf5d1efa1e 100644 (file)
@@ -873,7 +873,7 @@ variety of customizations.
 llvm/ADT/ilist_node.h
 ^^^^^^^^^^^^^^^^^^^^^
 
-``ilist_node<T>`` implements 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