[llvm-commits] CVS: llvm-gcc/gcc/llvm-expand.c

John Criswell criswell at cs.uiuc.edu
Tue Jun 14 11:48:09 PDT 2005



Changes in directory llvm-gcc/gcc:

llvm-expand.c updated: 1.98 -> 1.99
---
Log message:

Spelling correction.


---
Diffs of the changes:  (+1 -1)

 llvm-expand.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-gcc/gcc/llvm-expand.c
diff -u llvm-gcc/gcc/llvm-expand.c:1.98 llvm-gcc/gcc/llvm-expand.c:1.99
--- llvm-gcc/gcc/llvm-expand.c:1.98	Tue May 10 17:33:16 2005
+++ llvm-gcc/gcc/llvm-expand.c	Tue Jun 14 13:47:51 2005
@@ -5158,7 +5158,7 @@
 
 /* llvm_expand_constant_expr - This function is responsible for translating a
  * constant tree expression into a suitable LLVM constant value.  This is
- * seperate from other expresion evaluation code because it is used to compute
+ * seperate from other expression evaluation code because it is used to compute
  * the initializers for global variables, which are required to be constants.
  *
  * ReqTy specifies the type that the result must be.  Note that this may be very






More information about the llvm-commits mailing list