From b802108f6e8dc664a36cc0b1f707d130e48221aa Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Sun, 2 Oct 2016 09:09:59 -0700 Subject: [PATCH] protocol: Use singleton global consistently The protocol describes wl_shm as a "global singleton" rather than "singleton global," which is the order used throughout other protocol object descriptions. Re-order the terms for consistency. Signed-off-by: Yong Bakos Reviewed-by: Pekka Paalanen --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index c5aaf5c..aa07f45 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -259,7 +259,7 @@ - A global singleton object that provides support for shared + A singleton global object that provides support for shared memory. Clients can create wl_shm_pool objects using the create_pool -- 2.7.4