Fix typos from Bernie's review.
[bertos.git] / kern / kfile.c
index 750836fcd524398a8ced1b3f07bcf098a5285b5b..28adc32a95a0bfd8ead1981c5fae002f031269b9 100644 (file)
@@ -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)
 {