]> Shamusworld >> Repos - rmac/blobdiff - sect.c
Various code cleanups, mainly to do with RISC assembly.
[rmac] / sect.c
diff --git a/sect.c b/sect.c
index 21591a0219146b127a7321dbd07dcea4cab0ba1f..f9c8a588531a4d655b2981189b845ad859294b51 100644 (file)
--- a/sect.c
+++ b/sect.c
@@ -13,7 +13,7 @@
 #include "listing.h"
 #include "mach.h"
 #include "mark.h"
-#include "risca.h"
+#include "riscasm.h"
 #include "symbol.h"
 #include "token.h"
 
@@ -269,7 +269,7 @@ int fixup(WORD attr, LONG loc, TOKEN * fexpr)
        LONG len = 0;
        CHUNK * cp;
        SECT * p;
-       // Shamus: Expression lengths are voodoo ATM (varibale "i"). Need to fix this.
+       // Shamus: Expression lengths are voodoo ATM (variable "i"). Need to fix this.
 #warning "!!! fixup() is filled with VOODOO !!!"
        DEBUG printf("FIXUP@$%X: $%X\n", loc, attr);