summaryrefslogtreecommitdiff
path: root/m4/getdomainname.m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-10 23:52:02 +0200
committerJim Meyering <meyering@redhat.com>2011-04-11 10:13:10 +0200
commitab426d01279fa5cb18891d4f088dc13683f86659 (patch)
tree75381e16ca51c52e58933980838c85452cea3b74 /m4/getdomainname.m4
parent8e7e846fcb3e7356be7e361ec2b12052baf56f0e (diff)
downloadgnulib-ab426d01279fa5cb18891d4f088dc13683f86659.tar.gz
maint: fix doubled-word typo in comments
* m4/gethostname.m4: s/is is/it is/ * m4/getdomainname.m4: Likewise.
Diffstat (limited to 'm4/getdomainname.m4')
-rw-r--r--m4/getdomainname.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/getdomainname.m4 b/m4/getdomainname.m4
index b4bf05251d..db7d480ed1 100644
--- a/m4/getdomainname.m4
+++ b/m4/getdomainname.m4
@@ -1,4 +1,4 @@
-# getdomainname.m4 serial 5
+# getdomainname.m4 serial 6
dnl Copyright (C) 2002-2003, 2008-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -18,7 +18,7 @@ AC_DEFUN([gl_FUNC_GETDOMAINNAME],
dnl is discouraged, see
dnl <http://www.sun.com/software/solaris/programs/abi/appcert_faq.xml#q18>.
dnl We need to avoid a collision with this function.
- dnl - Otherwise is is in libc.
+ dnl - Otherwise it is in libc.
AC_CHECK_FUNCS([getdomainname], , [
AC_CACHE_CHECK([for getdomainname in -lnsl],
[gl_cv_func_getdomainname_in_libnsl],