From 887657bc7ab847f551f112aaf393049d7596986f Mon Sep 17 00:00:00 2001 From: andvar Date: Tue, 24 May 2022 06:27:59 +0000 Subject: fix various typos in comments, docs and log messages. --- sys/dev/microcode/tools/array2bin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/microcode/tools/array2bin.c') 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 #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 -- cgit