mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 03:11:52 +01:00
typo: s/tranport layer/transport layer/
MFC after: 1 week
This commit is contained in:
parent
9eca1342f5
commit
7a429ad443
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166324
@ -1058,7 +1058,7 @@ rescan_or_reset_bus(int bus, int rescan)
|
||||
retval = 0;
|
||||
|
||||
if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
|
||||
warnx("error opening tranport layer device %s", XPT_DEVICE);
|
||||
warnx("error opening transport layer device %s", XPT_DEVICE);
|
||||
warn("%s", XPT_DEVICE);
|
||||
return(1);
|
||||
}
|
||||
@ -1244,7 +1244,7 @@ scanlun_or_reset_dev(int bus, int target, int lun, int scan)
|
||||
|
||||
if (scan) {
|
||||
if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
|
||||
warnx("error opening tranport layer device %s\n",
|
||||
warnx("error opening transport layer device %s\n",
|
||||
XPT_DEVICE);
|
||||
warn("%s", XPT_DEVICE);
|
||||
return(1);
|
||||
|
Loading…
Reference in New Issue
Block a user