libweston: fix typo in comment
This commit is contained in:
parent
9fd254d7b2
commit
f97d250847
|
@ -3798,7 +3798,7 @@ weston_surface_get_bounding_box(struct weston_surface *surface)
|
|||
* The rectangle defined by src_x, src_y, width, height must fit in
|
||||
* the surface contents. Otherwise an error is returned.
|
||||
*
|
||||
* Use surface_get_data_size to determine the content size; the
|
||||
* Use weston_surface_get_content_size to determine the content size; the
|
||||
* needed target buffer size and rectangle limits.
|
||||
*
|
||||
* CURRENT IMPLEMENTATION RESTRICTIONS:
|
||||
|
|
Loading…
Reference in New Issue