Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[linux-2.6-microblaze.git] / include / crypto / hash.h
index b2bc1e4..f140e46 100644 (file)
@@ -458,7 +458,7 @@ int crypto_ahash_finup(struct ahash_request *req);
  *
  * Return:
  * 0           if the message digest was successfully calculated;
- * -EINPROGRESS        if data is feeded into hardware (DMA) or queued for later;
+ * -EINPROGRESS        if data is fed into hardware (DMA) or queued for later;
  * -EBUSY      if queue is full and request should be resubmitted later;
  * other < 0   if an error occurred
  */