Skip to content

Commit

Permalink
Merge remote-tracking branch 'mpg123/master' into master-with-github-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mpg123 GitHub bot committed Apr 6, 2024
2 parents b21ae3e + 8a7c042 commit 1ca9d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmpg123/lfs_wrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ca9d3f

Please sign in to comment.