From 51b27d62b4cbd5d35269ba35b10f9132cb520f2e Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 12 Jan 2022 22:49:53 +0000 Subject: [PATCH] gratuitious -> gratuitous --- usr.sbin/eeprom/ophandlers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/eeprom/ophandlers.c b/usr.sbin/eeprom/ophandlers.c index ccbc26e4e22..11b915176f6 100644 --- a/usr.sbin/eeprom/ophandlers.c +++ b/usr.sbin/eeprom/ophandlers.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ophandlers.c,v 1.16 2021/10/24 21:24:18 deraadt Exp $ */ +/* $OpenBSD: ophandlers.c,v 1.17 2022/01/12 22:49:53 tb Exp $ */ /* $NetBSD: ophandlers.c,v 1.2 1996/02/28 01:13:30 thorpej Exp $ */ /*- @@ -207,7 +207,7 @@ op_dump(void) * * opio2 is for obtaining the value associated with that name. * For some crazy reason, it seems as if we need to do all - * of that gratuitious zapping and copying. *sigh* + * of that gratuitous zapping and copying. *sigh* */ for (;;) { opio1.op_namelen = strlen(opio1.op_name);