diff options
author | alfred <alfred@FreeBSD.org> | 2000-05-25 08:24:38 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2000-05-25 08:24:38 +0000 |
commit | 5ba5b0230b9c150e5197736fce6e8c2586206c46 (patch) | |
tree | c84fbc7baaa4f33f863e79a16868442b2434f1e4 /lib/libdisk | |
parent | 61533f4d1c0b01626236169f6ea0e76ebba3f6b5 (diff) | |
download | FreeBSD-src-5ba5b0230b9c150e5197736fce6e8c2586206c46.zip FreeBSD-src-5ba5b0230b9c150e5197736fce6e8c2586206c46.tar.gz |
fix stray 'i' from editor.
Diffstat (limited to 'lib/libdisk')
-rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 526cba5..9292664 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -296,7 +296,7 @@ MakeDev(struct chunk *c1, const char *path) else if (!strncmp(p, "amrd", 4)) cmaj = 133, p += 4; else if (!strncmp(p, "twed", 4)) - cmaj = 1i47, p += 4; + cmaj = 147, p += 4; else if (!strncmp(p, "da", 2)) /* CAM support */ cmaj = 13, p += 2; else { |