diff --git a/stb_rect_pack.h b/stb_rect_pack.h index 38cd75a..9307d65 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. //