summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-03-16 14:29:16 +0100
committerAndy Polyakov <appro@openssl.org>2016-03-21 11:17:19 +0100
commitd8292af423bffad00610ebe02d7a8868c7f95dfd (patch)
treefa0bb0b7f0482d8a72e5afd46fff7c7645694dc5 /config
parentc75065e1ea4d4597a11f6bbe1e00e9e9f77e94aa (diff)
downloadopenssl-new-d8292af423bffad00610ebe02d7a8868c7f95dfd.tar.gz
config: fix off-by-centimeter-to-the-right typo.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 21c867f438..22fb57a479 100755
--- a/config
+++ b/config
@@ -770,7 +770,7 @@ case "$GUESSOS" in
# PA-RISC 2.0 is no longer supported as separate 32-bit
# target. This is compensated for by run-time detection
# in most critical assembly modules and taking advantage
- # of 2.0 architectire in PA-RISC 1.1 build.
+ # of 2.0 architecture in PA-RISC 1.1 build.
OUT="hpux-parisc1_1-${CC}"
elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU
OUT="hpux-parisc1_1-${CC}"