summaryrefslogtreecommitdiffhomepage
path: root/Kernel/NewKit/MutableArray.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/NewKit/MutableArray.hpp')
-rw-r--r--Kernel/NewKit/MutableArray.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Kernel/NewKit/MutableArray.hpp b/Kernel/NewKit/MutableArray.hpp
index 0dfed60c..ad2afdf4 100644
--- a/Kernel/NewKit/MutableArray.hpp
+++ b/Kernel/NewKit/MutableArray.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright SoftwareLabs
------------------------------------------- */
#pragma once
@@ -69,9 +69,9 @@ namespace NewOS
}
/*
- * We free all the nodes allocated by the array
- * and store the next one inside "NextIt"
- */
+ * We free all the nodes allocated by the array
+ * and store the next one inside "NextIt"
+ */
virtual ~NullableMutableArray()
{