target/riscv: Update with latest encoding from riscv-opcodes
[fw/openocd] / src / helper / update_jep106.pl
index caec0664f23b4a85fbb4e4e050de5de3cf459b00..60472e39756c9953d24b01a22a34bde4ec939127 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/perl
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 use strict;
 use warnings;
 use File::Basename;
@@ -6,7 +8,7 @@ use File::Basename;
 if (@ARGV != 1) {
        die "Usage: $0 <JEP106 PDF document>\n\n"
        . "Convert the JEDEC document containing manufacturer identification codes\n"
-       . "to an array initializer suitable for incusion into jep106.c. The latest\n"
+       . "to an array initializer suitable for inclusion into jep106.c. The latest\n"
        . "version of the document can be found here:\n"
        . "http://www.jedec.org/standards-documents/results/jep106\n";
 };