From 1495c68ba3113305d763eaebdb84adbb4021e314 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Wed, 28 Nov 2007 21:55:59 +0000 Subject: [PATCH] Fix typo in comment. Obtained-from: FreeBSD --- sys/bus/cam/cam_periph.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/bus/cam/cam_periph.c b/sys/bus/cam/cam_periph.c index b47f40c36e..c8158e123d 100644 --- a/sys/bus/cam/cam_periph.c +++ b/sys/bus/cam/cam_periph.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/cam/cam_periph.c,v 1.24.2.3 2003/01/25 19:04:40 dillon Exp $ - * $DragonFly: src/sys/bus/cam/cam_periph.c,v 1.35 2007/11/26 02:50:04 pavalos Exp $ + * $DragonFly: src/sys/bus/cam/cam_periph.c,v 1.36 2007/11/28 21:55:59 pavalos Exp $ */ #include @@ -123,7 +123,7 @@ cam_periph_alloc(periph_ctor_t *periph_ctor, * of our type assigned to this path, we are likely waiting for * final close on an old, invalidated, peripheral. If this is * the case, queue up a deferred call to the peripheral's async - * handler. If it looks like a mistaken re-alloation, complain. + * handler. If it looks like a mistaken re-allocation, complain. */ if ((periph = cam_periph_find(path, name)) != NULL) { -- 2.41.0