[llvm-commits] CVS: llvm-gcc/gcc/llvm-expand.c
John Criswell
criswell at cs.uiuc.edu
Tue Jun 14 14:41:13 PDT 2005
Changes in directory llvm-gcc/gcc:
llvm-expand.c updated: 1.99 -> 1.100
---
Log message:
Fixed another spelling error noticed by Reid.
---
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.99 llvm-gcc/gcc/llvm-expand.c:1.100
--- llvm-gcc/gcc/llvm-expand.c:1.99 Tue Jun 14 13:47:51 2005
+++ llvm-gcc/gcc/llvm-expand.c Tue Jun 14 16:40:55 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 expression evaluation code because it is used to compute
+ * separate 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