summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjunyoung <junyoung@NetBSD.org>2003-01-03 08:05:22 +0000
committerjunyoung <junyoung@NetBSD.org>2003-01-03 08:05:22 +0000
commit49f022f3782c31306602bf0e2df7e5dfa0132bc1 (patch)
tree2881703af8cdd2e04845b479c77c43e4a3ae43a2 /sys/dev
parentf2c485b280e130edc709267fc3e1558fdcd19bb2 (diff)
Fix typo. PR#19619.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/raidframe/rf_utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_utils.c b/sys/dev/raidframe/rf_utils.c
index 5a314c83647..cbbe4236ef4 100644
--- a/sys/dev/raidframe/rf_utils.c
+++ b/sys/dev/raidframe/rf_utils.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_utils.c,v 1.10 2002/09/21 00:47:59 oster Exp $ */
+/* $NetBSD: rf_utils.c,v 1.11 2003/01/03 08:05:22 junyoung Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
****************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_utils.c,v 1.10 2002/09/21 00:47:59 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_utils.c,v 1.11 2003/01/03 08:05:22 junyoung Exp $");
#include "rf_archs.h"
#include "rf_utils.h"
@@ -93,7 +93,7 @@ rf_free_1d_array(a, n)
{
RF_Free(a, n * sizeof(RF_RowCol_t));
}
- 0)
+
/* Euclid's algorithm: finds and returns the greatest common divisor
* between a and b. (MCH)
*/