Fix for use of dpkg-buildpackage -A
[rrq/maintain_lilo.git] / src / mbr.S
index 26028475c121655b68a794ff4277ba8100bc7d7f..984c01f41cde5ecbcdada58b0929de92cce728ca 100644 (file)
--- a/src/mbr.S
+++ b/src/mbr.S
@@ -1,10 +1,11 @@
-;  mbr.S -- Master Boot Record to boot first partition marked active
+;  mbr.S  -  Master Boot Record to boot first partition marked active
 ;
-; Copyright 2002-2004 John Coffman.
-; All rights reserved.
+;  Copyright 2002-2004 John Coffman
+;  Copyright 2009-2015 Joachim Wiedorn
+;  All rights reserved.
 ;
-; Licensed under the terms contained in the file 'COPYING' in the 
-; source directory.
+;  Licensed under the terms contained in the file 'COPYING'
+;  in the source directory.
 ;
 
 /* set to 1 for debugging output */
@@ -52,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