瀏覽代碼

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