aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 06:51:47 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 07:14:29 +0000
commitb4ce0ff19a1f0faa92bdb03019badfaa2876f73e (patch)
tree071f56fffcd61673432fb5d116879ac5906ed056 /lib
parent474df59def1a8ab90354381b0103cbc9556fce12 (diff)
downloadsrc-b4ce0ff19a1f0faa92bdb03019badfaa2876f73e.tar.gz
src-b4ce0ff19a1f0faa92bdb03019badfaa2876f73e.zip
resolver(3): Fix a typo in a source code comment
- s/psuedo/pseudo/ MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/resolv/res_mkquery.c2
1 files changed, 1 insertions, 1 deletions
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.
*/