From 49f022f3782c31306602bf0e2df7e5dfa0132bc1 Mon Sep 17 00:00:00 2001 From: junyoung Date: Fri, 3 Jan 2003 08:05:22 +0000 Subject: Fix typo. PR#19619. --- sys/dev/raidframe/rf_utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/raidframe') 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 -__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) */ -- cgit