diff --git a/src/libinput.h b/src/libinput.h index 56c3ca13..09e24cfb 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -747,7 +747,7 @@ libinput_event_pointer_get_axis_source(struct libinput_event_pointer *event); * value translates into a discrete step depends on the source. * * If the source is @ref LIBINPUT_POINTER_AXIS_SOURCE_WHEEL, the discrete - * value correspond to the number of physical mouse clicks. + * value correspond to the number of physical mouse wheel clicks. * * If the source is @ref LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS or @ref * LIBINPUT_POINTER_AXIS_SOURCE_FINGER, the discrete value is always 0.