diff --git a/libc/include/stdio.h b/libc/include/stdio.h index 4a955650..51c4b9bd 100644 --- a/libc/include/stdio.h +++ b/libc/include/stdio.h @@ -54,7 +54,7 @@ extern "C" int fflush(FILE*); - /* Open a file and binds a stream to it. */ + /* Open a file and bind a stream to it. */ FILE* fopen(const char* path, const char* mode); /* Bind a stream to a file descriptor. */