summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:36:23 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:36:23 -0500
commit25787fcebe4e6199c6ae8493b0555b59dabcbd5c (patch)
tree633e7f394650f44cedb84649d7173fe6b8fdbaa3
parentf93af123a6376a373b3cbf617efdf7c50f04dcfe (diff)
downloadlibksquirrel-25787fce.tar.gz
libksquirrel-25787fce.zip
Fix typos.
-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;