From e2a03adb534abb0ab9c27695d2c81d7cedfb03da Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 12 Nov 2020 15:50:18 +0000 Subject: [PATCH] Fix a typo in a license comment Approved by: kaktus (src) --- sys/dev/md/md.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 1f7cb086e85..6334e043d0e 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -13,7 +13,7 @@ */ /*- - * The following functions are based in the vn(4) driver: mdstart_swap(), + * The following functions are based on the vn(4) driver: mdstart_swap(), * mdstart_vnode(), mdcreate_swap(), mdcreate_vnode() and mddestroy(), * and as such under the following copyright: *