]> git.sur5r.net Git - cc65/commitdiff
Fixed comments. No code change.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 25 Apr 2011 18:49:24 +0000 (18:49 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 25 Apr 2011 18:49:24 +0000 (18:49 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4996 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/geos/gdisk.h
libsrc/common/_poserror.c

index 6a0ed923ed4bc9a66e7a2af251fc8f6e9027be5c..ac6438117132f885d1ff5275004ee9c4583e8ef5 100644 (file)
@@ -50,7 +50,7 @@ char __fastcall__ ChangeDiskDevice(char newdev);
 #define        OFF_GS_DTYPE    189
 #define        OFF_OP_TR_SC    171
 #define        OFF_GS_ID       173
-/* disk errors reported in oserrno */
+/* disk errors reported in _oserror */
 #define        ANY_FAULT       0xf0
 #define G_EOF          0
 #define        NO_BLOCKS       1
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 */