|
@@ -60,7 +60,7 @@ func (a *llvmSymbolizerJob) close() {
|
60
|
60
|
|
61
|
61
|
// newLlvmSymbolizer starts the given llvmSymbolizer command reporting
|
62
|
62
|
// information about the given executable file. If file is a shared
|
63
|
|
-// library, base should be the address at which is was mapped in the
|
|
63
|
+// library, base should be the address at which it was mapped in the
|
64
|
64
|
// program under consideration.
|
65
|
65
|
func newLLVMSymbolizer(cmd, file string, base uint64) (*llvmSymbolizer, error) {
|
66
|
66
|
if cmd == "" {
|