summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-24 06:27:59 +0000
committerandvar <andvar@NetBSD.org>2022-05-24 06:27:59 +0000
commit887657bc7ab847f551f112aaf393049d7596986f (patch)
tree4aa7a5fb6c70bdc2194f3e509126625ed9f994be /sys/dev/microcode
parentb1483161cb17c7271855963122cdb504a17eff4f (diff)
fix various typos in comments, docs and log messages.
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/tools/array2bin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/microcode/tools/array2bin.c b/sys/dev/microcode/tools/array2bin.c
index 34c962ed1b4..ade4029b677 100644
--- a/sys/dev/microcode/tools/array2bin.c
+++ b/sys/dev/microcode/tools/array2bin.c
@@ -1,4 +1,4 @@
-/* $NetBSD: array2bin.c,v 1.1 2008/05/04 23:50:32 ad Exp $ */
+/* $NetBSD: array2bin.c,v 1.2 2022/05/24 06:28:01 andvar Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,12 +29,12 @@
/*
* Takes an array from array.h named array[], and spits it out as a
* binary image. NO DECOMPRESSION IS DONE. This is for taking existing
- * images formatted as C arrays, for convertion to binary files.
+ * images formatted as C arrays, for conversion to binary files.
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: array2bin.c,v 1.1 2008/05/04 23:50:32 ad Exp $");
+__RCSID("$NetBSD: array2bin.c,v 1.2 2022/05/24 06:28:01 andvar Exp $");
#endif /* !lint */
#include <sys/module.h>