diff --git a/read.go b/read.go
index ae05cf93eda93860cc77fe9ed48c9cc9de206c9e..89a009887192247658b2cdb330f99355eb45b1f6 100644
--- a/read.go
+++ b/read.go
@@ -16,7 +16,7 @@ import (
 	"nhooyr.io/websocket/internal/xsync"
 )
 
-// Reader reads from the connection until until there is a WebSocket
+// Reader reads from the connection until there is a WebSocket
 // data message to be read. It will handle ping, pong and close frames as appropriate.
 //
 // It returns the type of the message and an io.Reader to read it.