From: Chad Rosier
Date: Tue, 7 Jun 2011 20:03:13 +0000 (+0000)
Subject: Typo.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b5c20bbb86435846211d15d424ece6ad091332d;p=oota-llvm.git
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132730 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 0af273f4031..10ff9def9df 100644
--- a/docs/HowToSubmitABug.html
+++ b/docs/HowToSubmitABug.html
@@ -151,7 +151,7 @@ Then run:
This command should do two things: it should print out a list of passes, and
-then it should crash in the same was as llvm-gcc. If it doesn't crash, please
+then it should crash in the same way as llvm-gcc. If it doesn't crash, please
follow the instructions for a front-end bug.
If this does crash, then you should be able to debug this with the following