From ab5ac96364f1a5cf5edfe620f57700d24e0bb160 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Tue, 7 Jun 2011 20:03:13 +0000 Subject: [PATCH] Typo. llvm-svn: 132730 --- llvm/docs/HowToSubmitABug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html index 0af273f40319..10ff9def9df9 100644 --- a/llvm/docs/HowToSubmitABug.html +++ b/llvm/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