Explorar o código

- commentary typo fix

Bernhard Reutner-Fischer %!s(int64=19) %!d(string=hai) anos
pai
achega
7dbe3ba1b7
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      libc/sysdeps/linux/common/bits/uClibc_stdio.h

+ 2 - 1
libc/sysdeps/linux/common/bits/uClibc_stdio.h

@@ -384,7 +384,8 @@ extern void __stdio_init_mutex(__UCLIBC_MUTEX_TYPE *m) attribute_hidden;
 extern int __fgetc_unlocked(FILE *__stream);
 extern int __fputc_unlocked(int __c, FILE *__stream);
 
-/* First define the default definitions.  They overriden below as necessary. */
+/* First define the default definitions.
+   They are overridden below as necessary. */
 #define __FGETC_UNLOCKED(__stream)		(__fgetc_unlocked)((__stream))
 #define __FGETC(__stream)			(fgetc)((__stream))
 #define __GETC_UNLOCKED_MACRO(__stream)		(__fgetc_unlocked)((__stream))