aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-24 17:30:55 +0000
committerChris Lattner <sabre@nondot.org>2003-08-24 17:30:55 +0000
commita2bc1139d51e99602ac01e615982361796b474ce (patch)
treebaf1b83248d3cb31d3fb6cc71a2df54168a958f1
parent479854091aee9ba626fca8dc1c6e86e49e5c808b (diff)
downloadllvm-a2bc1139d51e99602ac01e615982361796b474ce.zip
llvm-a2bc1139d51e99602ac01e615982361796b474ce.tar.gz
llvm-a2bc1139d51e99602ac01e615982361796b474ce.tar.bz2
Fix grammar
llvm-svn: 8124
-rw-r--r--llvm/docs/HowToSubmitABug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html
index 7b54675..fecd1af 100644
--- a/llvm/docs/HowToSubmitABug.html
+++ b/llvm/docs/HowToSubmitABug.html
@@ -184,7 +184,7 @@ to reproduce the problem to the llvmbugs mailing list.<p>
</b></font></td></tr></table><ul>
<!-- *********************************************************************** -->
-Fortunately we haven't had to many miscompilations. Because of this, this
+Fortunately we haven't had too many miscompilations. Because of this, this
section is a TODO. Basically, use bugpoint to track down the problem.<p>