From dbb0b50ca01ed6678acafea5f6a2aa036e47484b Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Mon, 15 Mar 1999 02:19:54 +0000
Subject: 1999-03-14  Roland McGrath  <roland@baalperazim.frob.com>

	* boot.c: Fix typo in last change.
---
 boot/boot.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'boot/boot.c')

diff --git a/boot/boot.c b/boot/boot.c
index b2a5a377..6c00619c 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -1,6 +1,6 @@
 /* Load a task using the single server, and then run it
    as if we were the kernel.
-   Copyright (C) 1993, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1993,94,95,96,97,98,99 Free Software Foundation, Inc.
 
 This file is part of the GNU Hurd.
 
@@ -483,7 +483,7 @@ main (int argc, char **argv, char **envp)
 
   if (root_store->class == &store_device_class && root_store->name
       && (root_store->flags & STORE_ENFORCED)
-      && root_store->num_runs == 1 && store->runs[0].start == 0)
+      && root_store->num_runs == 1 && root_store->runs[0].start == 0)
     /* Let known device nodes pass through directly.  */
     bootdevice = root_store->name;
   else
-- 
cgit v1.2.3