all: Fix comment typos
Skip-check: authors GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4481
This commit is contained in:
@@ -127,7 +127,7 @@ type message interface {
|
||||
|
||||
type asyncMessage struct {
|
||||
msg message
|
||||
done chan struct{} // done closes when we're done marshalling the message and it's contents can be reused
|
||||
done chan struct{} // done closes when we're done marshalling the message and its contents can be reused
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user