diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-23 18:21:35 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-08-26 16:09:58 +0000 |
commit | 073d22b8ab8bfdc1f3131569e8187c09603fe7ff (patch) | |
tree | c651448404c86b233cc16087553daaf989813c8f | |
parent | d54f825ed1fa4311bbd62016354ee1502a92affa (diff) | |
download | coreboot-073d22b8ab8bfdc1f3131569e8187c09603fe7ff.tar.xz |
util/superiotool: Fix typo
Change-Id: I62fed1084efc3224c9563619d57fbdc5040ddbbc
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28292
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | util/superiotool/ite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index 1eccb64475..6fb48778a8 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -118,7 +118,7 @@ static const struct superio_registers reg_table[] = { {NOLDN, "I/O Port Base Address for Descriptor 1 (IOBAD1)", {0x62,0x63,EOT}, {NANA,NANA,EOT}}, - {NOLDN, "Interupt Request Number and Wake-Up on IRQ Enable (IRQNUMX)", + {NOLDN, "Interrupt Request Number and Wake-Up on IRQ Enable (IRQNUMX)", {0x70,EOT}, {NANA,EOT}}, {NOLDN, "Interrupt Request Type Select (IRQTP)", |