mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
dwarf,proc: fix typos in comments and error messages (#3379)
This commit is contained in:
@ -38,7 +38,7 @@ func readUintRaw(reader io.Reader, order binary.ByteOrder, ptrSize int) (uint64,
|
||||
}
|
||||
return n, nil
|
||||
}
|
||||
return 0, fmt.Errorf("not supprted ptr size %d", ptrSize)
|
||||
return 0, fmt.Errorf("not supported ptr size %d", ptrSize)
|
||||
}
|
||||
|
||||
// dynamicSearchDebug searches for the DT_DEBUG entry in the .dynamic section
|
||||
|
||||
Reference in New Issue
Block a user