Browse Source

wording fixes to comment lines.
trivial, skipping review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1993 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
08604a8516
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -343,7 +343,7 @@ fi
 # the case with Solaris).  Unfortunately its /dev/poll specific code would
 # trigger the gcc's "missing-field-initializers" warning, which would
 # subsequently make the build fail with -Werror.  Further, older versions of
-# gcc doesn't provide an optio to selectively suppress this warning.
+# gcc don't provide an option to selectively suppress this warning.
 # So, for the moment, we simply disable the use of /dev/poll.  Unless we
 # implement recursive DNS server with randomized ports, we don't need the
 # scalability that /dev/poll can provide, so this decision wouldn't affect