diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2019-06-25 00:16:06 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2019-06-25 00:16:06 +0300 |
commit | fc77929e92e869f6869bf88931066103fd75f376 (patch) | |
tree | 79b721dd01a33b07d4c4df51bdfcf2e241bf2fdd /configure.ac | |
parent | Tests: Silence warnings from clang -Wassign-enum. (diff) | |
download | xz-fc77929e92e869f6869bf88931066103fd75f376.tar.xz |
configure.ac: Fix a typo in a comment.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9786a3b4..5cd9ca6e 100644 --- a/configure.ac +++ b/configure.ac @@ -683,7 +683,7 @@ TUKLIB_PHYSMEM TUKLIB_CPUCORES TUKLIB_MBSTR -# If requsted, check for system-provided SHA-256. At least the following +# If requested, check for system-provided SHA-256. At least the following # implementations are supported: # # OS Headers Library Type Function |