From 36ef8be0be7dbefa2f4dbdc3bab90a5d5fa649ae Mon Sep 17 00:00:00 2001 From: nothings Date: Mon, 24 Nov 2014 18:56:56 -0800 Subject: [PATCH] fix typo --- stb_rect_pack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //