From: John Darrington Date: Sun, 14 Aug 2016 07:35:39 +0000 (+0200) Subject: Fix typos in comments X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a13862f469de50fd2a6499b5eb4c94f34a5975;p=pspp Fix typos in comments --- diff --git a/configure.ac b/configure.ac index b2009b5a0c..c5b14901b2 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ fi dnl Xmllint is used in the rules to build the documentation. It is not actually necessary, dnl but is used for post-build consistency checks. Thus, non-developers can live without it. -dnl However for it to be usefull, it needs to be a certain version and have certain features. +dnl However for it to be useful, it needs to be a certain version and have certain features. dnl The macros below check that it the xmllint available is up to scratch. If it isn't dnl then a dummy /bin/echo is subsituted instead. @@ -311,7 +311,7 @@ PSPP_READLINE dnl Checks for header files. AC_CHECK_HEADERS([sys/wait.h fpu_control.h ieeefp.h fenv.h pwd.h]) -dnl Some systems dont have SIGWINCH +dnl Some systems don't have SIGWINCH AC_CHECK_DECLS([SIGWINCH], [], [], [#include /* NetBSD declares sys_siglist in unistd.h. */