Parcourir la source

Fix typo in comment (#421)

Signed-off-by: Jongmin Kim <jmkim@pukyong.ac.kr>
Jongmin Kim il y a 6 ans
Parent
révision
782e5fd747
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      internal/report/report.go

+ 1
- 1
internal/report/report.go Voir le fichier

@@ -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