diff options
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/tools/array2bin.c | 6 |
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> |
