From 2064d1a802ac5ef9aaf5d2a46bc91942f23f34e9 Mon Sep 17 00:00:00 2001 From: Maxime Bloch Date: Tue, 28 Jan 2020 22:33:11 +0100 Subject: [PATCH] Edit comment --- kernel/util/printer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/util/printer.c b/kernel/util/printer.c index 91cf8b3..a82599e 100644 --- a/kernel/util/printer.c +++ b/kernel/util/printer.c @@ -13,7 +13,7 @@ * Specifiers are * - %c: character * - %d: digit (integer) - * - %p: pointer (void*) + * - %x: hexadecimal value. Can be used to print pointers to * @param fmt Formatter string * @param ... Variable amount of arguments to be inserted */