From 25787fcebe4e6199c6ae8493b0555b59dabcbd5c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 14:36:23 -0500 Subject: [PATCH] Fix typos. --- kernel/kls_tga/fmt_codec_tga_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;