diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 448edd74a92f..ef47b204d56e 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -106,7 +106,7 @@ typedef enum __ns_sect { } ns_sect; /*% - * Network name (compressed or not) type. Equivilent to a pointer when used + * Network name (compressed or not) type. Equivalent to a pointer when used * in a function prototype. Can be const'd. */ typedef u_char ns_nname[NS_MAXNNAME]; diff --git a/include/rpcsvc/klm_prot.x b/include/rpcsvc/klm_prot.x index e0dfa82b199b..5860f3251c17 100644 --- a/include/rpcsvc/klm_prot.x +++ b/include/rpcsvc/klm_prot.x @@ -34,7 +34,7 @@ * Copyright (C) 1986 Sun Microsystems, Inc. * * protocol used between the UNIX kernel (the "client") and the - * local lock manager. The local lock manager is a deamon running + * local lock manager. The local lock manager is a daemon running * above the kernel. */