|
@@ -367,7 +367,7 @@ func printAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
|
367
|
367
|
return PrintAssembly(w, rpt, obj, -1)
|
368
|
368
|
}
|
369
|
369
|
|
370
|
|
-// PrintAssembly prints annotated disasssembly of rpt to w.
|
|
370
|
+// PrintAssembly prints annotated disassembly of rpt to w.
|
371
|
371
|
func PrintAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool, maxFuncs int) error {
|
372
|
372
|
o := rpt.options
|
373
|
373
|
prof := rpt.prof
|