diff --git a/examples/xor/main.go b/examples/xor/main.go
index 6cefb074c9711d7fb019884009df1c521576c976..77edce047a333a2a49e69501dd2ea45f22754952 100644
--- a/examples/xor/main.go
+++ b/examples/xor/main.go
@@ -28,7 +28,7 @@ func run() {
 
 	start := time.Now()
 	for !win.Closed() {
-		// in case window got resized, we also need to resize out canvas
+		// in case window got resized, we also need to resize our canvas
 		canvas.SetBounds(win.Bounds())
 
 		offset := math.Sin(time.Since(start).Seconds()) * 300