git: 29a23dd2ac94 - stable/12 - resolver(3): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:45:03 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=29a23dd2ac9400e881fafe4703355da971713641

commit 29a23dd2ac9400e881fafe4703355da971713641
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:51:47 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:34:17 +0000

    resolver(3): Fix a typo in a source code comment
    
    - s/psuedo/pseudo/
    
    (cherry picked from commit b4ce0ff19a1f0faa92bdb03019badfaa2876f73e)
---
 lib/libc/resolv/res_mkquery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/resolv/res_mkquery.c b/lib/libc/resolv/res_mkquery.c
index 3b009085af6c..6cf6e0864390 100644
--- a/lib/libc/resolv/res_mkquery.c
+++ b/lib/libc/resolv/res_mkquery.c
@@ -258,7 +258,7 @@ res_nopt(res_state statp,
 }
 
 /*
- * Construct variable data (RDATA) block for OPT psuedo-RR, append it
+ * Construct variable data (RDATA) block for OPT pseudo-RR, append it
  * to the buffer, then update the RDLEN field (previously set to zero by
  * res_nopt()) with the new RDATA length.
  */