spelling: otherwise

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:42:30 -05:00
parent 0ddb83cac5
commit 116a5b3d89

View File

@ -105,7 +105,7 @@ struct Conv2DInputBlockLoader {
} }
} }
// Zero pad otherwize // Zero pad otherwise
else { else {
#pragma clang loop unroll(full) #pragma clang loop unroll(full)
for (short j = 0; j < vec_size; ++j) { for (short j = 0; j < vec_size; ++j) {