Correct a typo in a comment: alloation->allocation

Reported by: Jens Schweikhardt <schweikh@schweikhardt.net>
This commit is contained in:
Justin T. Gibbs 2004-08-30 20:14:21 +00:00
parent 6d7b8aecd3
commit 74c91ec564
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134530

View File

@ -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) {