syborg_stem/buildrom.pm
changeset 7 58366ddcbc93
parent 3 df09f0d786ec
--- a/syborg_stem/buildrom.pm	Sat Oct 09 15:17:17 2010 +0100
+++ b/syborg_stem/buildrom.pm	Sat Oct 09 15:54:10 2010 +0100
@@ -1571,7 +1571,7 @@
 		if ($line=~/^\s*ROMBUILD_OPTION\s+(\S+)\s*/i)
 		{
 			$rombuildOptions{$1} = 1;
-			push @obydata, "REM handled $line";
+			push @obydata, "REM processed $line";
 			next;
 		}
 		
@@ -1580,7 +1580,7 @@
 			if(!($spiset)) {
 				$createspi=1;
 			}
-			push @obydata, "REM handled $line";
+			push @obydata, "REM processed $line";
 			next;
 		}