New testcase, distilled from ed-0.2
[oota-llvm.git] / test / CFrontend / 2002-02-13-ReloadProblem.c
index 52eef78f4a034a32fe56a0cd2a0510ba29c801e4..eec7844e75ae27449430f82cfc7fa4f15235c18b 100644 (file)
@@ -1,6 +1,6 @@
 /* This triggered a problem in reload, fixed by disabling most of the 
  * steps of compilation in GCC.  Before this change, the code went through
- * the entire backend of GCC, even though it was unneccesary for LLVM output
+ * the entire backend of GCC, even though it was unnecessary for LLVM output
  * now it is skipped entirely, and since reload doesn't run, it can't cause
  * a problem.
  */