Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TATAUFO committed Feb 6, 2020
1 parent 285b31e commit 9ef67dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/wave.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
// WaveHeaderSize 24 bytes + waveBody
const WaveSize = 2048

// MessageHeaderSize is the number of bytes in a wave header
// WaveHeaderSize is the number of bytes in a wave header
// command 12 bytes + length 4 bytes + checksum 4 bytes
const WaveHeaderSize = 24

Expand Down

0 comments on commit 9ef67dc

Please sign in to comment.