libc: Fix typo in fopen description
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-07-24 11:57:47 +02:00
parent b3c478f19e
commit c5af1bcef9
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -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. */