diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:36:23 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:36:23 -0500 |
commit | 25787fcebe4e6199c6ae8493b0555b59dabcbd5c (patch) | |
tree | 633e7f394650f44cedb84649d7173fe6b8fdbaa3 /kernel | |
parent | f93af123a6376a373b3cbf617efdf7c50f04dcfe (diff) | |
download | libksquirrel-25787fcebe4e6199c6ae8493b0555b59dabcbd5c.tar.gz libksquirrel-25787fcebe4e6199c6ae8493b0555b59dabcbd5c.zip |
Fix typos.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/kls_tga/fmt_codec_tga_defs.h | 2 |
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; |