Browse Source

lib/protocol: Comment typo

Jakob Borg 8 years ago
parent
commit
283c8d95e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/protocol/protocol.go

+ 1 - 1
lib/protocol/protocol.go

@@ -16,7 +16,7 @@ import (
 )
 
 const (
-	// BlockSize is the standard ata block size (128 KiB)
+	// BlockSize is the standard data block size (128 KiB)
 	BlockSize = 128 << 10
 
 	// MaxMessageLen is the largest message size allowed on the wire. (500 MB)