sv_binutils: fix typo in disclaimer
authorDmitry Selyutin <dmitry.selyutin@3mdeb.com>
Sun, 16 Jan 2022 18:41:25 +0000 (18:41 +0000)
committerDmitry Selyutin <dmitry.selyutin@3mdeb.com>
Sun, 16 Jan 2022 18:51:29 +0000 (18:51 +0000)
src/openpower/sv/sv_binutils.py

index 9cce744d3da9963afcc0453e68b193811ba3602b..4af4890811e9a10a6f45ea40adfbe639568ad4e1 100644 (file)
@@ -21,7 +21,7 @@ from openpower.decoder.power_svp64 import SVP64RM as _SVP64RM
 DISCLAIMER = (
     "/*",
     " * this file is auto-generated, do not edit",
-    " * http://libre-soc.org/openpower/sv_binutiks.py",
+    " * http://libre-soc.org/openpower/sv_binutils.py",
     " * part of Libre-SOC, sponsored by NLnet",
     " */",
 )