]> git.sur5r.net Git - cc65/commitdiff
fixed typo
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Dec 2002 21:39:38 +0000 (21:39 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 22 Dec 2002 21:39:38 +0000 (21:39 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1825 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/tgi/tgi_load.c

index 0aa57043f054c248315e45b7dacffaca0185b1e8..d11084b2b7385f6eab40ef4d85df7ff80115c06c 100644 (file)
@@ -51,7 +51,7 @@ void __fastcall__ tgi_load (unsigned char mode)
         /* No driver for this mode */
         tgi_error = TGI_ERR_NO_DRIVER;
     } else {
-        /* Laod the driver */
+        /* Load the driver */
         tgi_load_driver (name);
     }
 }