X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fkfile.c;h=28adc32a95a0bfd8ead1981c5fae002f031269b9;hb=0cd848e854b65d37d71d83a833042294f9b874fd;hp=750836fcd524398a8ced1b3f07bcf098a5285b5b;hpb=36ba2f39c6edb8358e8395ee346eefb2446e35a9;p=bertos.git diff --git a/kern/kfile.c b/kern/kfile.c index 750836fc..28adc32a 100644 --- a/kern/kfile.c +++ b/kern/kfile.c @@ -59,7 +59,7 @@ /** - * Generic putc implementation using \a fd->write. + * Generic putc() implementation using \a fd->write. */ int kfile_putc(int _c, struct KFile *fd) { @@ -72,7 +72,7 @@ int kfile_putc(int _c, struct KFile *fd) } /** - * Generic getc implementation using \a fd->read. + * Generic getc() implementation using \a fd->read. */ int kfile_getc(struct KFile *fd) {