diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2012-08-11 15:35:47 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-08-13 11:00:28 -0400 |
commit | 89eddb4245380229094e03aea01d6c598386ab75 (patch) | |
tree | 0b4ded798e0db55a0959f07ccf5c5536b797d9d9 | |
parent | 915cdeee29291332384c4cf9ee67758e19500131 (diff) |
Fix grammar in the rendering section.
Upon reading some docs, I found a small grammar mistake in the
rendering section. This patch fixes that.
-rw-r--r-- | doc/Wayland/en_US/Architecture.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Wayland/en_US/Architecture.xml b/doc/Wayland/en_US/Architecture.xml index a982176..d5488b8 100644 --- a/doc/Wayland/en_US/Architecture.xml +++ b/doc/Wayland/en_US/Architecture.xml @@ -255,7 +255,7 @@ <para> In either case, the application must tell the compositor which area of the surface holds new contents. When the - application renders directly the to shared buffer, the + application renders directly to the shared buffer, the compositor needs to be noticed that there is new content. But also when exchanging buffers, the compositor doesn't assume anything changed, and needs a request from the |