diff options
| author | 2003-01-05 22:33:23 +0000 | |
|---|---|---|
| committer | 2003-01-05 22:33:23 +0000 | |
| commit | 5bfc54bbd16e18699781b70c06126b5f8b942d2e (patch) | |
| tree | 1d080aed684a04661825a0be8efbceb8abf53510 | |
| parent | err after calloc failure, not errx (diff) | |
| download | wireguard-openbsd-5bfc54bbd16e18699781b70c06126b5f8b942d2e.tar.xz wireguard-openbsd-5bfc54bbd16e18699781b70c06126b5f8b942d2e.zip | |
spelling
| -rw-r--r-- | sys/scsi/cd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 01e107195f9..495c2172119 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.c,v 1.65 2002/12/30 21:50:28 grange Exp $ */ +/* $OpenBSD: cd.c,v 1.66 2003/01/05 22:33:23 deraadt Exp $ */ /* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */ /* @@ -1242,7 +1242,7 @@ cdgetdisklabel(dev, cd, lp, clp, spoofonly) lp->d_npartitions = RAW_PART + 1; /* - * Read the TOC and loop throught the individual tracks and lay them + * Read the TOC and loop through the individual tracks and lay them * out in our disklabel. If there is a data track, call the generic * disklabel read routine. XXX should we move all data tracks up front * before any other tracks? |
