diff options
| author | czjstmax <maxwasmailed@proton.me> | 2026-02-22 19:18:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-22 19:18:22 +0100 |
| commit | 47a17a03019a415969b1996f19f282683dc090ff (patch) | |
| tree | df3bf6ef72e7948b9199dd8b9c9a51d06cbb7f4f | |
| parent | 5cd1e797ffc0a746921c4ae93586901092c772ff (diff) | |
update comment
| -rw-r--r-- | src/krn/api/std.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/krn/api/std.h b/src/krn/api/std.h index d22835f..2862d0e 100644 --- a/src/krn/api/std.h +++ b/src/krn/api/std.h @@ -1,7 +1,7 @@ -#define MÜLL_STD_H +#define MÜLL_IO_H /* - * Minimal 'standard library' for I/O basics + * Minimal API for kernel I/O basics */ // includes |