From d4ed08915d476c27d95d37d73c908c79dd64876c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 25 Mar 2016 22:27:16 +0000 Subject: [PATCH] start; update comment --- Kernel/start.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/start.c b/Kernel/start.c index f9fc771f..cc12cd5c 100644 --- a/Kernel/start.c +++ b/Kernel/start.c @@ -10,8 +10,8 @@ static uint8_t ro; /* - * Put nothing here that cannot be discarded. We will eventually - * make the entire of this disappear after the initial _execve + * Put nothing here that cannot be discarded. We make the entirity + * of this disappear after the initial _execve. */ #ifndef TTY_INIT_BAUD -- 2.34.1