git: eafea71138b4 - stable/13 - resolver(3): Fix a typo in a source code comment

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

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

commit eafea71138b43c556ef95a448b9e1f5a138b6e6e
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:10:32 +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.
  */