]> Shamusworld >> Repos - rmac/blobdiff - listing.c
Introducing .align directive, thanks to Bastian Schick for most of the implementation...
[rmac] / listing.c
index d5a22964ab54e9823f6620a90b4892e0e4e288b7..e13856ee9391e7fa354b717d45953712219aa5b4 100644 (file)
--- a/listing.c
+++ b/listing.c
@@ -132,7 +132,7 @@ void date_string(char * buf, uint32_t date)
 
 //
 // Transform letters a-f in the address and data columns of the listing to
-// uppercase. (People seem  to like uppercase hex better in assembly-language
+// uppercase. (People seem to like uppercase hex better in assembly-language
 // listings....)
 //
 void uc_ln(char * ln)