From: asterix Date: Thu, 11 Dec 2008 09:20:45 +0000 (+0000) Subject: Typos. X-Git-Tag: 2.1.0~684 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b07f96a7b0d60b008404a24e233996bf36f532b0;hp=786465887dc5db88ff2003db210984598f471691;p=bertos.git Typos. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1998 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/net/xmodem.c b/bertos/net/xmodem.c index 63befb6b..3c9ed531 100644 --- a/bertos/net/xmodem.c +++ b/bertos/net/xmodem.c @@ -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