diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-31 11:11:17 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-31 11:11:31 +0200 |
| commit | e772e7e130959aa1a8ad8e163811e3070bfbb076 (patch) | |
| tree | dfeb916328007757fe08dbb3d052766d3001ea5e | |
| parent | 79f9ae989ecd62a875e2282b010a73abef1d1cf1 (diff) | |
fix: fix `error_handler` container description.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | dev/lib/core/error_handler.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/core/error_handler.hpp b/dev/lib/core/error_handler.hpp index 6bf3516..593e54a 100644 --- a/dev/lib/core/error_handler.hpp +++ b/dev/lib/core/error_handler.hpp @@ -1,5 +1,5 @@ /* -* File: fix/parser.hpp +* File: core/basic_error_handler.hpp * Purpose: Error handler container. * Author: Amlal El Mahrouss (amlal@nekernel.org) * Copyright 2025, Amlal El Mahrouss. |
