Typos.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Dec 2008 09:20:45 +0000 (09:20 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Dec 2008 09:20:45 +0000 (09:20 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1998 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/net/xmodem.c

index 63befb6b8d6761ce086caa626f12e4fd7548021a..3c9ed53171c94b87d7ac8caea6c2f62d9cfc940b 100644 (file)
@@ -80,7 +80,7 @@
 /**
  * \brief Receive a file using the XModem protocol.
  *
- * \param KFile channet to use for transfer
+ * \param KFile channel to use for transfer
  * \param fd Destination file
  *
  * \note This function allocates a large amount of stack (\see XM_BUFSIZE).
@@ -299,7 +299,7 @@ bool xmodem_recv(KFile *ch, KFile *fd)
 /**
  * \brief Transmit some data using the XModem protocol.
  *
- * \param KFile channet to use for transfer
+ * \param KFile channel to use for transfer
  * \param fd Source file
  *
  * \note This function allocates a large amount of stack for