diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-10-30 12:21:49 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-10-30 12:41:57 +0100 |
commit | 201b5aa65109e09953caa1dc1774b75fabbf61b0 (patch) | |
tree | 108559ddb56de20639f15b20e691ac6d03424d12 /libraries/base/configure.ac | |
parent | 53700a9de48a3fb15015bd60462878fc9a2c0548 (diff) | |
download | haskell-201b5aa65109e09953caa1dc1774b75fabbf61b0.tar.gz |
Catch a few more typos in comments
Diffstat (limited to 'libraries/base/configure.ac')
-rw-r--r-- | libraries/base/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/configure.ac b/libraries/base/configure.ac index 69ea800a7f..f472319a7e 100644 --- a/libraries/base/configure.ac +++ b/libraries/base/configure.ac @@ -69,7 +69,7 @@ if test "$ac_cv_header_poll_h" = yes && test "$ac_cv_func_poll" = yes; then AC_DEFINE([HAVE_POLL], [1], [Define if you have poll support.]) fi -# Linux open file description locks +# Linux open file descriptor locks AC_CHECK_DECL([F_OFD_SETLK], [ AC_DEFINE([HAVE_OFD_LOCKING], [1], [Define if you have open file descriptor lock support.]) ]) |