From 7818be446c2ca865e326a4095ce0c1cc6f35e58e Mon Sep 17 00:00:00 2001 From: Joel Jones Date: Mon, 21 Jan 2013 23:20:47 +0000 Subject: [PATCH] Fix spelling llvm-svn: 173103 --- llvm/docs/CodingStandards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst index 6377763..74289a8 100644 --- a/llvm/docs/CodingStandards.rst +++ b/llvm/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++ -- 2.7.4