The open source OpenXR runtime

a/tracking: Fix typo

+1 -1
+1 -1
src/xrt/auxiliary/tracking/t_hsv_filter.c
··· 92 92 struct t_hsv_filter_large_table *temp = U_TYPED_CALLOC(struct t_hsv_filter_large_table); 93 93 t_hsv_build_large_table(params, temp); 94 94 95 - // Half of step, minues one 95 + // Half of step, minus one 96 96 int offset = (T_HSV_STEP / 2) - 1; 97 97 98 98 for (int y = 0; y < T_HSV_SIZE; y++) {