From: Joel Jones Date: Mon, 21 Jan 2013 23:20:47 +0000 (+0000) Subject: Fix spelling X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1d10898ab58e04c0e6fe84e98b08b4da828fccb9;p=oota-llvm.git Fix spelling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173103 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index 6377763d8db..74289a8a445 100644 --- a/docs/CodingStandards.rst +++ b/docs/CodingStandards.rst @@ -1302,7 +1302,7 @@ namespace just because it was declared there. See Also ======== -A lot of these comments and recommendations have been culled for other sources. +A lot of these comments and recommendations have been culled from other sources. Two particularly important books for our work are: #. `Effective C++