From 01eef127a0dd4dfffe06027d89984304644a2a21 Mon Sep 17 00:00:00 2001 From: Vincent Barrilliot Date: Mon, 29 May 2023 13:57:06 +0200 Subject: [PATCH] Fix typo --- src/dev/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev/console.c b/src/dev/console.c index bb3c4a5..69cba38 100644 --- a/src/dev/console.c +++ b/src/dev/console.c @@ -433,7 +433,7 @@ short con_init() { } /* - * Open the consolde device for the given channel + * Open the console device for the given channel * * Inputs: * chan = the channel record for this console device