diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-26 07:32:08 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2008-03-26 07:32:08 +0000 |
| commit | 662cac9f231e3c339f011b554d232603cc58df90 (patch) | |
| tree | e7fe03597b4470bc5563c7f3e7e962c88698ab9e /sys | |
| parent | 8e7f63ecf84b39826087a1a785b05040608c1d77 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/i386/cdboot/cdboot.s | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/cdboot/cdboot.s | 2 | ||||
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 | ||||
| -rw-r--r-- | sys/i386/isa/vesa.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s index 8115589da68c..7d2a840a921d 100644 --- a/sys/boot/i386/cdboot/cdboot.s +++ b/sys/boot/i386/cdboot/cdboot.s @@ -174,7 +174,7 @@ lookup_path: push %si # Save file name pointer lookup_found: # Found a loader file # # Load the binary into the buffer. Due to real mode addressing limitations -# we have to read it in in 64k chunks. +# we have to read it in 64k chunks. # mov DIR_SIZE(%bx),%eax # Read file length add $SECTOR_SIZE-1,%eax # Convert length to sectors diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s index 14af0a7f2b45..b6efeef64671 100644 --- a/sys/boot/pc98/cdboot/cdboot.s +++ b/sys/boot/pc98/cdboot/cdboot.s @@ -415,7 +415,7 @@ lookup_path: push %si # Save file name pointer lookup_found: # Found a loader file # # Load the binary into the buffer. Due to real mode addressing limitations -# we have to read it in in 64k chunks. +# we have to read it in 64k chunks. # mov %es:DIR_SIZE(%bx),%eax # Read file length add $SECTOR_SIZE-1,%eax # Convert length to sectors diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 77150e31cd64..fd9d8ca62a37 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -3686,7 +3686,7 @@ ti_ioctl2(struct cdev *dev, u_long cmd, caddr_t addr, int flag, * to the Tigon board you're interested in. This seems * like a not-so-good way to do things, since unless you * subsequently specify the unit number of the device - * you're interested in in every ioctl, you'll only be + * you're interested in every ioctl, you'll only be * able to debug one board at a time. */ error = 0; diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c index 2fe79bf0f500..a1e2a76a3aa8 100644 --- a/sys/i386/isa/vesa.c +++ b/sys/i386/isa/vesa.c @@ -1384,7 +1384,7 @@ get_palette(video_adapter_t *adp, int base, int count, } free(r, M_DEVBUF); - /* if error && bits != 6 at this point, we are in in trouble... XXX */ + /* if error && bits != 6 at this point, we are in trouble... XXX */ return error; } |
