ソースを参照

Fix typo in comment (#421)

Signed-off-by: Jongmin Kim <jmkim@pukyong.ac.kr>
Jongmin Kim 6 年 前
コミット
782e5fd747
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      internal/report/report.go

+ 1
- 1
internal/report/report.go ファイルの表示

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