Imported Upstream version 24.2
[rrq/maintain_lilo.git] / src / mbr.S
index 15902cfb77f8db994f6eb5c2bc12ac60c4f91f3b..984c01f41cde5ecbcdada58b0929de92cce728ca 100644 (file)
--- a/src/mbr.S
+++ b/src/mbr.S
@@ -1,7 +1,7 @@
 ;  mbr.S  -  Master Boot Record to boot first partition marked active
 ;
 ;  Copyright 2002-2004 John Coffman
-;  Copyright 2009-2011 Joachim Wiedorn
+;  Copyright 2009-2015 Joachim Wiedorn
 ;  All rights reserved.
 ;
 ;  Licensed under the terms contained in the file 'COPYING'
@@ -53,7 +53,7 @@ _main:        cli                     ! NT 4 blows up if this is missing
 #if EXT_PART
 stage: .byte   STAGE_MBR2      ! search extended partitions, too
 #else
-stage: .byte   STAGE_MBR       ! search primary parition only
+stage: .byte   STAGE_MBR       ! search primary partition only
 #endif
 
        .org    PARTS_LOAD+6