aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/storvsc
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-28 08:07:28 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-28 08:07:28 +0000
commit1ef6fef9d5c82a106ba8e42c1e087f9b5d1dfec6 (patch)
tree74ca7a229a380fa34d8effb71f0e14deff08f912 /sys/dev/hyperv/storvsc
parentb87836e824ea40793317d551eb13a8e2814f83f9 (diff)
Diffstat (limited to 'sys/dev/hyperv/storvsc')
-rw-r--r--sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
index 29a88e76a579..63ac93a8773c 100644
--- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
+++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
@@ -2088,7 +2088,7 @@ create_storvsc_request(union ccb *ccb, struct hv_storvsc_request *reqp)
break;
}
default:
- printf("Unknow flags: %d\n", ccb->ccb_h.flags);
+ printf("Unknown flags: %d\n", ccb->ccb_h.flags);
return(EINVAL);
}