From 8a7c042585e4b8f10ae7b3f41952b0cf69e52ab6 Mon Sep 17 00:00:00 2001 From: thor Date: Sat, 6 Apr 2024 12:05:50 +0000 Subject: [PATCH] libmpg123: fix comment typo (https://github.com/madebr/mpg123/pull/13) git-svn-id: svn://scm.orgis.org/mpg123/trunk@5418 35dc7657-300d-0410-a2e5-dc2837fedb53 --- src/libmpg123/lfs_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libmpg123/lfs_wrap.c b/src/libmpg123/lfs_wrap.c index c962a16d..4a7b8b67 100644 --- a/src/libmpg123/lfs_wrap.c +++ b/src/libmpg123/lfs_wrap.c @@ -207,7 +207,7 @@ static struct wrap_data* wrap_get(mpg123_handle *mh, int force_alloc) /* After settling the data... start with some simple wrappers. */ -// The fist block of wrappers is always present, using the native off_t width. +// The first block of wrappers is always present, using the native off_t width. // (Exception: If explicitly disabled using FORCED_OFF_64.) // A second block mirrors that in case of sizeof(off_t)==4 with _32 suffix. // A third block follows if 64 bit off_t is available with _64 suffix, just aliasing