summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-03-23 20:30:28 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-03-23 20:30:28 +0000
commit0c00334599535746e09d84af484d5de3758d3e43 (patch)
treefceef657d35ecb3d53df0d7b9253fedc6b920996 /compat
parent58679f802ca6cdda16cf772e566782b1853213a0 (diff)
typo fix in comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1402 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'compat')
-rw-r--r--compat/ether.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/ether.h b/compat/ether.h
index fb496c9..ac328da 100644
--- a/compat/ether.h
+++ b/compat/ether.h
@@ -48,7 +48,7 @@ struct ether_addr *ether_aton_r(const char *asc,struct ether_addr *addr);
#ifdef HAVE_ETHER_NTOA
#if !HAVE_DECL_ETHER_NTOA
/* we define ether_ntoa() here because on some platforms the function is
- underfined */
+ undefined */
extern char *ether_ntoa(const struct ether_addr *e);
#endif /* not HAVE_DECL_ETHER_NTOA */
#endif /* HAVE_ETHER_NTOA */
@@ -56,7 +56,7 @@ extern char *ether_ntoa(const struct ether_addr *e);
#ifdef HAVE_ETHER_ATON
#if !HAVE_DECL_ETHER_ATON
/* we define ether_aton() here because on some platforms the function is
- underfined */
+ undefined */
extern struct ether_addr *ether_aton(const char *s);
#endif /* not HAVE_DECL_ETHER_ATON */
#endif /* HAVE_ETHER_ATON */