diff options
Diffstat (limited to 'Kernel/Sources/Variant.cxx')
| -rw-r--r-- | Kernel/Sources/Variant.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/Variant.cxx b/Kernel/Sources/Variant.cxx index 45320f88..9788f18c 100644 --- a/Kernel/Sources/Variant.cxx +++ b/Kernel/Sources/Variant.cxx @@ -15,9 +15,9 @@ namespace Kernel case VariantKind::kString: return ("Class:{String}"); case VariantKind::kPointer: - return ("Memory:{Pointer}"); + return ("Class:{Pointer}"); default: - return ("Memory:{Undefined}"); + return ("Class:{Undefined}"); } } |
