X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fkfifo.c;h=12f5a347aa137088a5364c3dcb0919a316fd7e88;hb=e54dd93a08228b9942d708b133ad3715d92712b0;hp=70dab9ac78273f4cc50da6805dd9dfcf24ead42c;hpb=3275a71e76fac5bc276f0d60e027b18c2e8d7a5b;p=linux-2.6-microblaze.git diff --git a/lib/kfifo.c b/lib/kfifo.c index 70dab9ac7827..12f5a347aa13 100644 --- a/lib/kfifo.c +++ b/lib/kfifo.c @@ -415,7 +415,7 @@ static unsigned int __kfifo_peek_n(struct __kfifo *fifo, size_t recsize) ) /* - * __kfifo_poke_n internal helper function for storeing the length of + * __kfifo_poke_n internal helper function for storing the length of * the record into the fifo */ static void __kfifo_poke_n(struct __kfifo *fifo, unsigned int n, size_t recsize)