libweston: fix typo in comment

This commit is contained in:
Changwoo Cho 2017-08-05 00:30:47 +09:00 committed by Daniel Stone
parent 9fd254d7b2
commit f97d250847
1 changed files with 1 additions and 1 deletions

View File

@ -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: