From 90ea9c0dcda1e210932d9e04a9f13ae436065b81 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Mon, 7 Feb 2022 18:25:51 +0100 Subject: [PATCH] camcontrol(8): Fix typo in a source code comment - s/querried/queried/ MFC after: 3 days --- sbin/camcontrol/depop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/camcontrol/depop.c b/sbin/camcontrol/depop.c index 3dbd2ba5358d..cf205ab6b471 100644 --- a/sbin/camcontrol/depop.c +++ b/sbin/camcontrol/depop.c @@ -32,7 +32,7 @@ * * The standard defines 'storage elements' as the generic way of referring to a * disk drive head. Each storage element has an identifier and an active status. - * The health of an element can be querried. Active elements may be removed from + * The health of an element can be queried. Active elements may be removed from * service with a REMOVE ELEMENT AND TRUNCATE (RET) command. Inactive element * may be returned to service with a RESTORE ELEMENTS AND REBUILD (RER) * command. GET PHYSICAL ELEMENT STATUS (GPES) will return a list of elements,