debug: fix comment error
diff --git a/src/debug/pe/file.go b/src/debug/pe/file.go
index ed63a11..91bac52 100644
--- a/src/debug/pe/file.go
+++ b/src/debug/pe/file.go
@@ -483,7 +483,7 @@
return nil, fmt.Errorf("optional header size is less than optional header magic size")
}
- // read reads from io.ReadSeeke, r, into data.
+ // read reads from io.ReadSeeker, r, into data.
var err error
read := func(data any) bool {
err = binary.Read(r, binary.LittleEndian, data)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Code-Review | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Code-Review | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
Sean,
Thanks for running try bot.
Alex
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |