summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.rst
diff options
context:
space:
mode:
authorJoel Jones <joel_k_jones@apple.com>2013-01-21 23:20:47 +0000
committerJoel Jones <joel_k_jones@apple.com>2013-01-21 23:20:47 +0000
commit1d10898ab58e04c0e6fe84e98b08b4da828fccb9 (patch)
treecdafd1e3380e7e394a7a9fcf5593f0d0c72d4f47 /docs/CodingStandards.rst
parentbed8059b320e273cd187b12cffb62fa147f010fe (diff)
downloadllvm-1d10898ab58e04c0e6fe84e98b08b4da828fccb9.tar.gz
llvm-1d10898ab58e04c0e6fe84e98b08b4da828fccb9.tar.bz2
llvm-1d10898ab58e04c0e6fe84e98b08b4da828fccb9.tar.xz
Fix spelling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodingStandards.rst')
-rw-r--r--docs/CodingStandards.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst
index 6377763d8d..74289a8a44 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++