diff options
author | gibbs <gibbs@FreeBSD.org> | 2004-08-30 20:14:21 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 2004-08-30 20:14:21 +0000 |
commit | a715d1f11bfc7ff67854f434f17b3c2ddd0cd9c2 (patch) | |
tree | a504f2cc0111f3ba437033bf3dcc5f29692ea857 /sys/cam | |
parent | 4689077c9e7a8a614537856918556d1b15c8a16a (diff) | |
download | FreeBSD-src-a715d1f11bfc7ff67854f434f17b3c2ddd0cd9c2.zip FreeBSD-src-a715d1f11bfc7ff67854f434f17b3c2ddd0cd9c2.tar.gz |
Correct a typo in a comment: alloation->allocation
Reported by: Jens Schweikhardt <schweikh@schweikhardt.net>
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/cam_periph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c index 2b7622b..f9a292c 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) { |