From 74c91ec564122b3626e2e725d816766b74b0d7ca Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Mon, 30 Aug 2004 20:14:21 +0000 Subject: [PATCH] Correct a typo in a comment: alloation->allocation Reported by: Jens Schweikhardt --- sys/cam/cam_periph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c index 2b7622b62528..f9a292cf971b 100644 --- a/sys/cam/cam_periph.c +++ b/sys/cam/cam_periph.c @@ -126,7 +126,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) {