eis: fix some documentation copy/paste-o's

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-08-24 15:23:26 +10:00
parent 1bb5e103ab
commit 77c898c3b8

View file

@ -49,7 +49,7 @@ struct eis_event;
struct eis_keymap;
/**
* @struct ei_region
* @struct eis_region
*
* A rectangular region, defined by an x/y offset and a width and a height.
* A region defines the area on an EIS desktop layout that is accessible by
@ -476,7 +476,7 @@ eis_device_configure_capability(struct eis_device *device, enum eis_device_capab
/**
* Create a new region on the device with an initial refcount of 1.
* Use ei_region_add() to properly add the region to the device.
* Use eis_region_add() to properly add the region to the device.
*
* A region **must** have a size to be valid, see eis_region_set_size().
*/
@ -502,7 +502,7 @@ eis_region_set_physical_scale(struct eis_region *region, double scale);
/**
* Add the given region to its device. Once added, the region will be sent to
* the client when the caller calls ei_device_add() later.
* the client when the caller calls eis_device_add() later.
*
* Adding the same region twice will be silently ignored.
*/