diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2024-07-22 13:42:19 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2024-07-22 13:42:19 +0200 |
commit | 84598634562c998f07d879e85ac5ee1509a101b5 (patch) | |
tree | 44167d923c9ab0ee8c40625f038b4fc583cfbc45 /src | |
parent | 271fd3f2d0d53478b1b6cdfb66ae28b219c571ba (diff) |
Los typfout op
Diffstat (limited to 'src')
-rw-r--r-- | src/io/read_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/read_file.c b/src/io/read_file.c index e9e4a6a..2ff00a5 100644 --- a/src/io/read_file.c +++ b/src/io/read_file.c @@ -85,7 +85,7 @@ struct filebuf *file_to_filebuf(char *fname, int openOptions) { } // braces are needed until we actually use c23 instead of c2x (only c23 allows - // labels before delcarations) + // labels before declarations) sponge: { FILE *stream = fdopen(fd, "rb"); struct filebuf *res = stream_to_filebuf(stream, openOptions); |