Skip to content

Commit

Permalink
app: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Naur <[email protected]>
  • Loading branch information
eliasnaur committed May 30, 2024
1 parent b882187 commit 46cc311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ type context interface {
// basicDriver is the subset of [driver] that may be called even after
// a window is destroyed.
type basicDriver interface {
// Event blocks until an even is available and returns it.
// Event blocks until an event is available and returns it.
Event() event.Event
// Invalidate requests a FrameEvent.
Invalidate()
Expand Down
2 changes: 1 addition & 1 deletion app/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ type Window struct {
// coalesced tracks the most recent events waiting to be delivered
// to the client.
coalesced eventSummary
// frame tracks the most recently frame event.
// frame tracks the most recent frame event.
lastFrame struct {
sync bool
size image.Point
Expand Down

0 comments on commit 46cc311

Please sign in to comment.