summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/pccard.c2
-rw-r--r--usr.sbin/sysinstall/pccard.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/pccard.c b/release/sysinstall/pccard.c
index 375c58e..5ad1967 100644
--- a/release/sysinstall/pccard.c
+++ b/release/sysinstall/pccard.c
@@ -44,7 +44,7 @@ DMenu MenuPCICMem = {
DMenu MenuCardIRQ = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Please select IRQs that can be used by PC-cards",
- "Please specify an IRQs that CANNOT be used by PC-card.\n"
+ "Please specify IRQs that CAN be used by PC-card.\n"
"For example, if you have a sound card that can't be probed by\n"
"this installation floppy and it uses IRQ 10, you have to \n"
"choose \"Option 1\" or \"Option 2\" at this menu.\n",
diff --git a/usr.sbin/sysinstall/pccard.c b/usr.sbin/sysinstall/pccard.c
index 375c58e..5ad1967 100644
--- a/usr.sbin/sysinstall/pccard.c
+++ b/usr.sbin/sysinstall/pccard.c
@@ -44,7 +44,7 @@ DMenu MenuPCICMem = {
DMenu MenuCardIRQ = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Please select IRQs that can be used by PC-cards",
- "Please specify an IRQs that CANNOT be used by PC-card.\n"
+ "Please specify IRQs that CAN be used by PC-card.\n"
"For example, if you have a sound card that can't be probed by\n"
"this installation floppy and it uses IRQ 10, you have to \n"
"choose \"Option 1\" or \"Option 2\" at this menu.\n",
OpenPOWER on IntegriCloud