gratuitious -> gratuitous
authortb <tb@openbsd.org>
Wed, 12 Jan 2022 22:49:53 +0000 (22:49 +0000)
committertb <tb@openbsd.org>
Wed, 12 Jan 2022 22:49:53 +0000 (22:49 +0000)
usr.sbin/eeprom/ophandlers.c

index ccbc26e..11b9151 100644 (file)
@@ -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);