git: 90ea9c0dcda1 - main - camcontrol(8): Fix typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 28 Mar 2022 17:36:08 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=90ea9c0dcda1e210932d9e04a9f13ae436065b81

commit 90ea9c0dcda1e210932d9e04a9f13ae436065b81
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-02-07 17:25:51 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-28 17:36:01 +0000

    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,