[hal] Fix misspelling (numer -> number) (NFC) (#3662)

This commit is contained in:
apple
2021-10-22 10:23:13 -04:00
committed by GitHub
parent ac2f44da33
commit 94ed275ba6

View File

@@ -156,7 +156,7 @@ int32_t HAL_GetJoystickAxisType(int32_t joystickNum, int32_t axis);
/**
* Set joystick outputs.
*
* @param joystickNum the joystick numer
* @param joystickNum the joystick number
* @param outputs bitmask of outputs, 1 for on 0 for off
* @param leftRumble the left rumble value (0-FFFF)
* @param rightRumble the right rumble value (0-FFFF)