Fix spelling
[oota-llvm.git] / docs / CodingStandards.rst
index 8003c12497b83d783b1e86f40dc64d59f6fba490..74289a8a4457a7e306f3aa3e506fa3b764b5fdc0 100644 (file)
@@ -1,5 +1,3 @@
-.. _coding_standards:
-
 =====================
 LLVM Coding Standards
 =====================
@@ -1304,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++