summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/HError.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/HError.cxx')
-rw-r--r--Kernel/Sources/HError.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/HError.cxx b/Kernel/Sources/HError.cxx
index 1f36d020..5ba02049 100644
--- a/Kernel/Sources/HError.cxx
+++ b/Kernel/Sources/HError.cxx
@@ -13,7 +13,7 @@ namespace NewOS
/// @return if error-free: true, otherwise false.
Boolean ke_bug_check(void) noexcept
{
- /// TODO:
+ /// TODO:
return false;
}
} // namespace NewOS