summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2014-09-10 13:46:09 -0500
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-09-11 11:46:45 +0300
commit4d7dfa0867d7661c86b717998ea96a0f2987cee2 (patch)
tree8baae7701161fc33448c449db7030cd913db09b0
parentclient: cancel read in wl_display_read_events() when last_error is set (diff)
downloadwayland-4d7dfa0867d7661c86b717998ea96a0f2987cee2.tar
wayland-4d7dfa0867d7661c86b717998ea96a0f2987cee2.tar.gz
wayland-4d7dfa0867d7661c86b717998ea96a0f2987cee2.tar.bz2
wayland-4d7dfa0867d7661c86b717998ea96a0f2987cee2.tar.lz
wayland-4d7dfa0867d7661c86b717998ea96a0f2987cee2.tar.xz
wayland-4d7dfa0867d7661c86b717998ea96a0f2987cee2.tar.zst
wayland-4d7dfa0867d7661c86b717998ea96a0f2987cee2.zip
shm: fix error in comment
-rw-r--r--src/wayland-shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-shm.c b/src/wayland-shm.c
index 3fce678..04ba4f2 100644
--- a/src/wayland-shm.c
+++ b/src/wayland-shm.c
@@ -372,7 +372,7 @@ wl_shm_buffer_get_stride(struct wl_shm_buffer *buffer)
* Returns a pointer which can be used to read the data contained in
* the given SHM buffer.
*
- * As this buffer is memory-mapped, reading it from may generate
+ * As this buffer is memory-mapped, reading from it may generate
* SIGBUS signals. This can happen if the client claims that the
* buffer is larger than it is or if something truncates the
* underlying file. To prevent this signal from causing the compositor