Skip to content

Commit ee1035a

Browse files
authored
Fix typo.
1 parent f056911 commit ee1035a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stb_image_resize2.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ typedef enum
493493
STBIR_FILTER_TRIANGLE = 2, // On upsampling, produces same results as bilinear texture filtering
494494
STBIR_FILTER_CUBICBSPLINE = 3, // The cubic b-spline (aka Mitchell-Netrevalli with B=1,C=0), gaussian-esque
495495
STBIR_FILTER_CATMULLROM = 4, // An interpolating cubic spline
496-
STBIR_FILTER_MITCHELL = 5, // Mitchell-Netrevalli filter with B=1/3, C=1/3
496+
STBIR_FILTER_MITCHELL = 5, // Mitchell-Netrevali filter with B=1/3, C=1/3
497497
STBIR_FILTER_POINT_SAMPLE = 6, // Simple point sampling
498498
STBIR_FILTER_OTHER = 7, // User callback specified
499499
} stbir_filter;

0 commit comments

Comments
 (0)