diff --git a/stb_rect_pack.h b/stb_rect_pack.h index 38cd75a3c5936789b0b5852f304863a93c41addb..9307d6539c29a0ec00b7e0a3ac85394a52ee1fa5 100644 --- a/stb_rect_pack.h +++ b/stb_rect_pack.h @@ -12,7 +12,7 @@ // // More docs to come. // -// No memory allocations; uses qsort() and assert() from stblib. +// No memory allocations; uses qsort() and assert() from stdlib. // // This library currently uses the Skyline Bottom-Left algorithm. //