Ver Fonte

setvbuf: minor comment typo fix

Will Dietz há 7 anos atrás
pai
commit
3f3cc3e995
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/stdio/setvbuf.c

+ 1 - 1
src/stdio/setvbuf.c

@@ -1,7 +1,7 @@
 #include "stdio_impl.h"
 
 /* The behavior of this function is undefined except when it is the first
- * operation on the stream, so the presence or absence of lockign is not
+ * operation on the stream, so the presence or absence of locking is not
  * observable in a program whose behavior is defined. Thus no locking is
  * performed here. No allocation of buffers is performed, but a buffer
  * provided by the caller is used as long as it is suitably sized. */