]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/_poserror.c
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / _poserror.c
index b0b93910604f3b73fc980e956d4fe9c6d2bc3278..95dbfdc9de18a2f717a2255c72f7de34079a922d 100644 (file)
@@ -41,7 +41,7 @@
 
 void __fastcall__ _poserror (const char* msg)
 {
-    /* Fetch the message that corresponds to _oserrno */
+    /* Fetch the message that corresponds to _oserror */
     const char* errormsg = _stroserror (_oserror);
 
     /* Different output depending on msg */