changeset 1403:9b84c2acf9e3

fixed typo
author thomask
date Thu, 08 Mar 2007 16:26:56 +0000
parents 4e11e483dbb6
children bc14897a8142
files compile/c/const_43_A.d compile/c/const_43_B.d compile/c/const_43_C.d compile/c/const_43_D.d
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/compile/c/const_43_A.d	Thu Mar 08 16:26:42 2007 +0000
+++ b/compile/c/const_43_A.d	Thu Mar 08 16:26:56 2007 +0000
@@ -7,7 +7,7 @@
 // @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1016
 // @desc@	[Issue 1016] CTFE fails with recursive functions
 
-module dstress.comile.c.const_43_A;
+module dstress.compile.c.const_43_A;
 
 bool bar(int i){
 	bool state = false;
--- a/compile/c/const_43_B.d	Thu Mar 08 16:26:42 2007 +0000
+++ b/compile/c/const_43_B.d	Thu Mar 08 16:26:56 2007 +0000
@@ -7,7 +7,7 @@
 // @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1016
 // @desc@	[Issue 1016] CTFE fails with recursive functions
 
-module dstress.comile.c.const_43_B;
+module dstress.compile.c.const_43_B;
 
 bool bar(int i){
 	bool state = false;
--- a/compile/c/const_43_C.d	Thu Mar 08 16:26:42 2007 +0000
+++ b/compile/c/const_43_C.d	Thu Mar 08 16:26:56 2007 +0000
@@ -7,7 +7,7 @@
 // @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1016
 // @desc@	[Issue 1016] CTFE fails with recursive functions
 
-module dstress.comile.c.const_43_C;
+module dstress.compile.c.const_43_C;
 
 bool bar(int i){
 	bool state = false;
--- a/compile/c/const_43_D.d	Thu Mar 08 16:26:42 2007 +0000
+++ b/compile/c/const_43_D.d	Thu Mar 08 16:26:56 2007 +0000
@@ -7,7 +7,7 @@
 // @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1016
 // @desc@	[Issue 1016] CTFE fails with recursive functions
 
-module dstress.comile.c.const_43_D;
+module dstress.compile.c.const_43_D;
 
 bool bar(int i){
 	bool state = false;