summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:36:23 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-07-03 01:40:32 +0200
commit54c0e9cd622911320a64ab56e24a2c5dc9f6d00d (patch)
tree977ee089e0911d4e32cd2e5a40a83321b982e7ec
parentff0f25e94362c17f68b0aa310dafd8d53e4e0988 (diff)
downloadlibksquirrel-54c0e9cd622911320a64ab56e24a2c5dc9f6d00d.tar.gz
libksquirrel-54c0e9cd622911320a64ab56e24a2c5dc9f6d00d.zip
Fix typos.
(cherry picked from commit 25787fcebe4e6199c6ae8493b0555b59dabcbd5c)
-rw-r--r--kernel/kls_tga/fmt_codec_tga_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kls_tga/fmt_codec_tga_defs.h b/kernel/kls_tga/fmt_codec_tga_defs.h
index 4cc7f52..c708df4 100644
--- a/kernel/kls_tga/fmt_codec_tga_defs.h
+++ b/kernel/kls_tga/fmt_codec_tga_defs.h
@@ -51,7 +51,7 @@ struct TGA_IMAGEDATA
{
u8 *ID; /* length of this == TGA_FILEHEADER::IDlength */
u8 *ColorMapData; /* -//- */
- u8 *Image; /* widthxheigth pixels */
+ u8 *Image; /* widthxheight pixels */
}PACKED;