diff options
author | edwin <edwin@FreeBSD.org> | 2009-06-16 22:45:33 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-06-16 22:45:33 +0000 |
commit | a66bd3685f978df6284ce2aa36c6e8db34e4a176 (patch) | |
tree | c45e7edcd1116f86ac72fb939fd57b5a99acb840 /tools | |
parent | 8215fabe398381d54d1b83d00044a658e05a9342 (diff) | |
download | FreeBSD-src-a66bd3685f978df6284ce2aa36c6e8db34e4a176.zip FreeBSD-src-a66bd3685f978df6284ce2aa36c6e8db34e4a176.tar.gz |
iiin -> in
Submitted by: "N.J. Mann" <njm@njm.me.uk>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/nanobsd/FlashDevice.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/FlashDevice.sub b/tools/tools/nanobsd/FlashDevice.sub index 5c0e91d..1552852 100644 --- a/tools/tools/nanobsd/FlashDevice.sub +++ b/tools/tools/nanobsd/FlashDevice.sub @@ -70,7 +70,7 @@ sub_FlashDevice () { ;; kodak) # Source: mwlucas@FreeBSD.org - case $a2 iin + case $a2 in 64|64mb) NANO_MEDIASIZE=`expr expr 64487424 / 512` NANO_HEADS=4 |