From: Dmitry Selyutin Date: Sun, 16 Jan 2022 18:41:25 +0000 (+0000) Subject: sv_binutils: fix typo in disclaimer X-Git-Tag: sv_maxu_works-initial~559 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3767ea7d3fe07517ac554f5b45935cd921c31970;p=openpower-isa.git sv_binutils: fix typo in disclaimer --- diff --git a/src/openpower/sv/sv_binutils.py b/src/openpower/sv/sv_binutils.py index 9cce744d..4af48908 100644 --- a/src/openpower/sv/sv_binutils.py +++ b/src/openpower/sv/sv_binutils.py @@ -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", " */", )