From 2036534834841641edf3a6d1e142c4798e146b7b Mon Sep 17 00:00:00 2001 From: rtm Date: Fri, 24 Aug 2007 14:56:17 +0000 Subject: add missing iput() at end of _namei() --- bootmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootmain.c') diff --git a/bootmain.c b/bootmain.c index 1882aa8..6494c16 100644 --- a/bootmain.c +++ b/bootmain.c @@ -12,7 +12,7 @@ // BOOT UP STEPS // * when the CPU boots it loads the BIOS into memory and executes it // -// * the BIOS intializes devices, sets of the interrupt routines, and +// * the BIOS intializes devices, sets up the interrupt routines, and // reads the first sector of the boot device(e.g., hard-drive) // into memory and jumps to it. // -- cgit v1.2.3