diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-06-07 20:03:13 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-06-07 20:03:13 +0000 |
commit | 7b5c20bbb86435846211d15d424ece6ad091332d (patch) | |
tree | 144e7e908f1d76ca81321e7c9cb3fa9c7e4838ff | |
parent | 14487d4f66c3127b29408aae46c1a948d348ec59 (diff) | |
download | external_llvm-7b5c20bbb86435846211d15d424ece6ad091332d.zip external_llvm-7b5c20bbb86435846211d15d424ece6ad091332d.tar.gz external_llvm-7b5c20bbb86435846211d15d424ece6ad091332d.tar.bz2 |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132730 91177308-0d34-0410-b5e6-96231b3b80d8
-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 0af273f..10ff9de 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -151,7 +151,7 @@ Then run:</p> </div> <p>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 <a href="#front-end">front-end bug</a>.</p> <p>If this does crash, then you should be able to debug this with the following |