diff options
-rw-r--r-- | usr.sbin/ndiscvt/ndisgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ndiscvt/ndisgen.sh b/usr.sbin/ndiscvt/ndisgen.sh index 7b257f1..c8682a6 100644 --- a/usr.sbin/ndiscvt/ndisgen.sh +++ b/usr.sbin/ndiscvt/ndisgen.sh @@ -265,7 +265,7 @@ echo " Now you need to specify the name of the Windows(r) driver .SYS" echo " file for your device. Note that if you are running FreeBSD/amd64," echo " then you must provide a driver that has been compiled for the" echo " 64-bit Windows(r) platform. If a 64-bit driver is not available" -echo " for your device, you must install FreeBSD/ia32 and use the" +echo " for your device, you must install FreeBSD/i386 and use the" echo " 32-bit driver instead." echo "" echo " Please type in the path to the Windows(r) driver .SYS file now." |