From 59aa8060b1816580da58c1a5e99afd40f8b394c9 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 --- docs/CodingStandards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++