libc: Fix typo in fopen description
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b3c478f19e
commit
c5af1bcef9
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user