diff options
Diffstat (limited to 'dev/kernel/KernelKit/DebugOutput.h')
| -rw-r--r-- | dev/kernel/KernelKit/DebugOutput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/KernelKit/DebugOutput.h b/dev/kernel/KernelKit/DebugOutput.h index d2839341..9d2a7767 100644 --- a/dev/kernel/KernelKit/DebugOutput.h +++ b/dev/kernel/KernelKit/DebugOutput.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. + Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. ------------------------------------------- */ @@ -15,7 +15,7 @@ namespace Kernel { class TerminalDevice; class DTraceDevice; -class NeDebugDevice; +class NeTraceDevice; class Utf8TerminalDevice; inline TerminalDevice end_line(); |
