X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fkfile.c;h=28adc32a95a0bfd8ead1981c5fae002f031269b9;hb=0e98bd5ee418681c347fc7fbe02ad53c59502f41;hp=750836fcd524398a8ced1b3f07bcf098a5285b5b;hpb=8ed6318f92444e347d2043f585362bc4b1107f84;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) {