From: batt Date: Sun, 27 Sep 2009 13:40:35 +0000 (+0000) Subject: Typo. X-Git-Tag: 2.3.0~102 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4da38823ef72cc13d641c65380bb75136d2f209e;p=bertos.git Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2978 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/struct/kfile_mem.h b/bertos/struct/kfile_mem.h index 695e6648..a0d06ac3 100644 --- a/bertos/struct/kfile_mem.h +++ b/bertos/struct/kfile_mem.h @@ -70,7 +70,7 @@ INLINE KFileMem * KFILEMEM_CAST(KFile *fd) /** * Initialize KFileMem struct. * - * \param kf Interface to initialize. + * \param km Interface to initialize. * \param mem Pointer to the memory buffer to operate on. * \param len Size of the buffer */