Index: kernel/generic/src/console/kconsole.c
===================================================================
--- kernel/generic/src/console/kconsole.c	(revision 32664125324bf6d051fc37671e642a19bbcc6e2b)
+++ kernel/generic/src/console/kconsole.c	(revision 562a48b4029cf72f95f75368930b0c79230daf1e)
@@ -228,5 +228,5 @@
 	
 	while ((hint = hints_enum(name, NULL, &pos))) {
-		if ((found == 0) || (str_length(output) > str_length(hint)))
+		if ((found == 0) || (str_length(hint) > str_length(output)))
 			str_cpy(output, MAX_CMDLINE, hint);
 		
