Correct the kernel config hint in a printf statement.

Submitted by:	R.Mahmatkhanov <cvs-src@yandex.ru>
Reviewed by:	scottl
Approved by:	rwatson (mentor)
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2008-01-28 18:13:03 +00:00
parent 5760e921e8
commit 935c968abe

View File

@ -1381,7 +1381,7 @@ ptstartover:
if (base_periph_found == 1) {
printf("xptioctl: pass driver is not in the "
"kernel\n");
printf("xptioctl: put \"device pass0\" in "
printf("xptioctl: put \"device pass\" in "
"your kernel config file\n");
}
}