]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/kfifo.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / include / linux / kfifo.h
index 554fde3a3927fa0374cf92c2ef4eb611db1202e5..473b43678ad12ef360801ffd9e32594285efd41a 100644 (file)
@@ -722,7 +722,7 @@ __kfifo_uint_must_check_helper( \
 /**
  * kfifo_dma_out_finish - finish a DMA OUT operation
  * @fifo: address of the fifo to be used
- * @len: number of bytes transferrd
+ * @len: number of bytes transferred
  *
  * This macro finish a DMA OUT operation. The out counter will be updated by
  * the len parameter. No error checking will be done.