From 7ac0199287f7ebfdb4c609b0d3fd5d7fb41d1ce8 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 20 Feb 2011 02:03:04 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126065 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodingStandards.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index b5cf508d2f8..f290712eebf 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -1053,7 +1053,7 @@ increasing link times.

- Don't valuate end() every time through a loop + Don't evaluate end() every time through a loop