Ver código fonte

tweaked vague comment

Keelan Lightfoot 1 ano atrás
pai
commit
d9f223962a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      monitor/monitor.go

+ 1
- 1
monitor/monitor.go Ver arquivo

@@ -741,7 +741,7 @@ func (m *Monitor) ProgramReceiver(fw *dotx.DotXFile) error {
741 741
 	progressBlocks := []rune{'▏', '▎', '▍', '▌', '▋', '▊', '▉', '█'}
742 742
 
743 743
 	// set fixFailedWrite to true to have the code just correct the first 8
744
-	// bytes of memory. This is basically a kludge for testing.
744
+	// bytes of memory to remove the boot blocker. This is a kludge for testing.
745 745
 	fixFailedWrite := false
746 746
 
747 747
 	for i, block := range fw.Blocks {