nothings 10 years ago
parent
commit
36ef8be0be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      stb_rect_pack.h

+ 1 - 1
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.
 //