diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2016-05-17 12:52:31 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2016-05-17 12:52:31 +0000 |
| commit | cef367e6a15b6e3e2aca88d453c74962cf1f94e7 (patch) | |
| tree | 39bcd5f2ee01f18547e0b8f8fc9bd18343a1940e /sys/dev/hyperv | |
| parent | e34357f56db0e2cbb6843a36ef22bcbf68950ac8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hyperv')
| -rw-r--r-- | sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c | 2 |
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 f0f07332592c2..c0c4563f4262a 100644 --- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c +++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c @@ -304,7 +304,7 @@ MODULE_DEPEND(storvsc, vmbus, 1, 1, 1); * We address this issue by implementing a sequentially * consistent protocol: * - * 1. Channel callback is invoked while holding the the channel lock + * 1. Channel callback is invoked while holding the channel lock * and an unloading driver will reset the channel callback under * the protection of this channel lock. * |
