summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkbox.go')
-rw-r--r--checkbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go
index 173dc84..b518b29 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -48,7 +48,7 @@ func (c *Checkbox) Destroy() {
C.uiControlDestroy(c.co)
}
-// LibuiControl returns the libui uiControl pointer that c.coks
+// LibuiControl returns the libui uiControl pointer that backs
// the Window. This is only used by package ui itself and should
// not be called by programs.
func (c *Checkbox) LibuiControl() uintptr {