summaryrefslogtreecommitdiff
path: root/sync.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-05-12 21:36:31 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-05-12 21:36:31 -0400
commit67f391aa9e6095a450ddb08abf0a7a6d29a6737a (patch)
tree214d9a6dbef67f9bc72f5d9e2f2258651cfb22ad /sync.go
parentaa791314d1e318e921a78d804b5b9ab504820495 (diff)
docs
Diffstat (limited to 'sync.go')
-rw-r--r--sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.go b/sync.go
index d671e62..59d0de1 100644
--- a/sync.go
+++ b/sync.go
@@ -1,6 +1,6 @@
package xgb
-// Sync sends a round trip request and wait for the response.
+// Sync sends a round trip request and waits for the response.
// This forces all pending cookies to be dealt with.
// You actually shouldn't need to use this like you might with Xlib. Namely,
// buffers are automatically flushed using Go's channels and round trip requests