diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-24 17:30:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-24 17:30:55 +0000 |
commit | 390e3c3000673559502c9cc51785f9db3f971797 (patch) | |
tree | ce09e1869d53ae70c51f82e469b67d08fadc8b5b /docs | |
parent | 1543e40cea50d244979f0667f453cf3466a6106c (diff) |
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HowToSubmitABug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 7b546750d9..fecd1afd9c 100644 --- a/docs/HowToSubmitABug.html +++ b/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> |