# HG changeset patch # User diego # Date 1190237322 0 # Node ID bc13220fb9cdadbcd5461f4d0e92120c1ffb25e5 # Parent c57d3d6c8f4467d7f96e94de58e6c0f8a3cdb91f cosmetics: typo diff -r c57d3d6c8f44 -r bc13220fb9cd gxf.c --- a/gxf.c Wed Sep 19 12:38:07 2007 +0000 +++ b/gxf.c Wed Sep 19 21:28:42 2007 +0000 @@ -151,7 +151,7 @@ /** * \brief filters out interesting tags from material information. - * \param len lenght of tag section, will be adjusted to contain remaining bytes + * \param len length of tag section, will be adjusted to contain remaining bytes * \param si struct to store collected information into */ static void gxf_material_tags(ByteIOContext *pb, int *len, st_info_t *si) {