Fix some common typos

This commit is contained in:
Gregory Nutt
2015-08-16 10:59:10 -06:00
parent 9e5e91c204
commit e29220183a
16 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -2422,7 +2422,7 @@ static int lpc214x_dmasetup(struct lpc214x_usbdev_s *priv, uint8_t epphy,
dmadesc->size = (uint32_t)packet;
#endif
/* Enable DMA tranfer for this endpoint */
/* Enable DMA transfer for this endpoint */
putreq32(1 << epphy, LPC214X_USBDEV_EPDMAEN);