1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-08 19:38:55 +00:00

fixed typo

git-svn-id: svn://svn.cc65.org/cc65/trunk@1825 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2002-12-22 21:39:38 +00:00
parent 6657214a18
commit 96b68d8f4f

View 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);
}
}