libweston: fix typos

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
This commit is contained in:
Maxime Roussin-Bélanger
2020-12-17 17:10:13 -05:00
parent 35e34505ce
commit 1d009c248e
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1467,7 +1467,7 @@ struct weston_surface {
/* All the pending state, that wl_surface.commit will apply. */
struct weston_surface_state pending;
/* Matrices representating of the full transformation between
/* Matrices representing of the full transformation between
* buffer and surface coordinates. These matrices are updated
* using the weston_surface_build_buffer_matrix function. */
struct weston_matrix buffer_to_surface_matrix;