The branch main has been updated by gbe (doc committer):

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

commit b4ce0ff19a1f0faa92bdb03019badfaa2876f73e
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-09 06:51:47 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-09 07:14:29 +0000

    resolver(3): Fix a typo in a source code comment
    
    - s/psuedo/pseudo/
    
    MFC after:      3 days
---
 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.
  */

Reply via email to