File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ type context interface {
176
176
// basicDriver is the subset of [driver] that may be called even after
177
177
// a window is destroyed.
178
178
type basicDriver interface {
179
- // Event blocks until an even is available and returns it.
179
+ // Event blocks until an event is available and returns it.
180
180
Event () event.Event
181
181
// Invalidate requests a FrameEvent.
182
182
Invalidate ()
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ type Window struct {
93
93
// coalesced tracks the most recent events waiting to be delivered
94
94
// to the client.
95
95
coalesced eventSummary
96
- // frame tracks the most recently frame event.
96
+ // frame tracks the most recent frame event.
97
97
lastFrame struct {
98
98
sync bool
99
99
size image.Point
You can’t perform that action at this time.
0 commit comments