[llvm-commits] [llvm] r132730 - /llvm/trunk/docs/HowToSubmitABug.html
Chad Rosier
mcrosier at apple.com
Tue Jun 7 13:03:13 PDT 2011
Author: mcrosier
Date: Tue Jun 7 15:03:13 2011
New Revision: 132730
URL: http://llvm.org/viewvc/llvm-project?rev=132730&view=rev
Log:
Typo.
Modified:
llvm/trunk/docs/HowToSubmitABug.html
Modified: llvm/trunk/docs/HowToSubmitABug.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToSubmitABug.html?rev=132730&r1=132729&r2=132730&view=diff
==============================================================================
--- llvm/trunk/docs/HowToSubmitABug.html (original)
+++ llvm/trunk/docs/HowToSubmitABug.html Tue Jun 7 15:03:13 2011
@@ -151,7 +151,7 @@
</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
More information about the llvm-commits
mailing list