Skip to content

Commit

Permalink
Merge pull request phoboslab#44 from Samyak2/samyak-typo-fix-1
Browse files Browse the repository at this point in the history
Fix a typo: "user" -> "use"
  • Loading branch information
phoboslab authored Nov 28, 2021
2 parents bdfda4a + 8ebd4e7 commit f0a38c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qoi.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ void *qoi_read(const char *filename, qoi_desc *desc, int channels);
// failed) or a pointer to the encoded data on success. On success the out_len
// is set to the size in bytes of the encoded data.

// The returned qoi data should be free()d after user.
// The returned qoi data should be free()d after use.

void *qoi_encode(const void *data, const qoi_desc *desc, int *out_len);

Expand Down

0 comments on commit f0a38c1

Please sign in to comment.