[PATCH wayland 2/2] protocol: Use singleton global consistently

Yong Bakos junk at humanoriented.com
Sun Oct 2 16:09:59 UTC 2016


From: Yong Bakos <ybakos at humanoriented.com>

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 <ybakos at humanoriented.com>
---
 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 @@

   <interface name="wl_shm" version="1">
     <description summary="shared memory support">
-      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.2



More information about the wayland-devel mailing list