diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2011-03-09 13:53:34 -0500 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2011-03-09 21:07:03 -0500 |
commit | 197ac7c7dbd854bfd6fe2eee4b5f67305c00d5b5 (patch) | |
tree | 651d4fa5cf115d2bf468d4e55580a1e9fd54c85f /diag | |
parent | 17c160ca2c5e9c6eceff840d061cace27c50e5bc (diff) | |
download | syslinux-197ac7c7dbd854bfd6fe2eee4b5f67305c00d5b5.tar.gz syslinux-197ac7c7dbd854bfd6fe2eee4b5f67305c00d5b5.tar.xz syslinux-197ac7c7dbd854bfd6fe2eee4b5f67305c00d5b5.zip |
diag/mbr/handoff: Make filename in comment consistent
Diffstat (limited to 'diag')
-rw-r--r-- | diag/mbr/handoff.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/diag/mbr/handoff.S b/diag/mbr/handoff.S index a73b4a66..74534322 100644 --- a/diag/mbr/handoff.S +++ b/diag/mbr/handoff.S @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * - * Copyright 2010 Gene Cumm + * Copyright 2010-2011 Gene Cumm * * Portions from mbr.S: * Copyright 2007-2009 H. Peter Anvin - All Rights Reserved @@ -30,7 +30,7 @@ * ----------------------------------------------------------------------- */ /* - * mbr_ho.S: MBR-like codeblock to display handoff data + * handoff.S: MBR/VBR-like codeblock to display handoff data * * Displays the values of DL, DS, SI, the contents of [DS:SI] (16 bytes), * the values of ES, DI, the contents of [ES:DI] (4 bytes), scans memory for |