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 | ab5ac96364f1a5cf5edfe620f57700d24e0bb160 (patch) | |
tree | abf32c7c6f7687cf260cc3fd86ab882258c3e3b2 | |
parent | 575498b52f939b5202e1e786cd3fbcc14251f7ec (diff) | |
download | bcm5719-llvm-ab5ac96364f1a5cf5edfe620f57700d24e0bb160.tar.gz bcm5719-llvm-ab5ac96364f1a5cf5edfe620f57700d24e0bb160.zip |
Typo.
llvm-svn: 132730
-rw-r--r-- | llvm/docs/HowToSubmitABug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html index 0af273f4031..10ff9def9df 100644 --- a/llvm/docs/HowToSubmitABug.html +++ b/llvm/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 |