aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/dns.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:55 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 16:08:50 +1100
commitac9eac38755af41c114bef5515aa6863ad648d86 (patch)
tree1353ee9d6bce48f88dd02612eb75b42c12a14fa5 /lib/libnet/dns.c
parent9bbdd35a274c6b45c62872ecbcc40931612ff70f (diff)
downloadSLOF-ac9eac38755af41c114bef5515aa6863ad648d86.zip
SLOF-ac9eac38755af41c114bef5515aa6863ad648d86.tar.gz
SLOF-ac9eac38755af41c114bef5515aa6863ad648d86.tar.bz2
Fix typos in the lib/libnet folder
Found with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/libnet/dns.c')
-rw-r--r--lib/libnet/dns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnet/dns.c b/lib/libnet/dns.c
index a7313a9..c759c32 100644
--- a/lib/libnet/dns.c
+++ b/lib/libnet/dns.c
@@ -95,7 +95,7 @@ static int8_t dns_domain_cname[0x100]; /**< Canonical domain name */
/**
* DNS: Initialize the environment for DNS client.
- * To perfrom DNS-queries use the function dns_get_ip.
+ * To perform DNS-queries use the function dns_get_ip.
*
* @param device_socket a socket number used to send and receive packets
* @param server_ip DNS-server IPv4 address (e.g. 127.0.0.1)
@@ -129,7 +129,7 @@ dns_init(uint32_t _dns_server_ip, uint8_t _dns_server_ipv6[16], uint8_t ip_versi
* @param url the URL to be resolved
* @param domain_ip In case of SUCCESS stores extracted IP.
* In case of FAULT stores zeros (0.0.0.0).
- * @return TRUE - IP successfuly retrieved;
+ * @return TRUE - IP successfully retrieved;
* FALSE - error condition occurs.
*/
int8_t