From dca46f057e9991c59edafe950dde760f36545539 Mon Sep 17 00:00:00 2001 From: "Peter J. Acklam) (via RT" Date: Thu, 6 Jan 2011 23:12:35 -0800 Subject: [PATCH] Fix typos (spelling errors) in hints/*. # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81884] # in the subject line of all future correspondence about this issue. # Signed-off-by: Abigail --- hints/dcosx.sh | 2 +- hints/dgux.sh | 2 +- hints/epix.sh | 2 +- hints/freebsd.sh | 2 +- hints/isc.sh | 2 +- hints/linux.sh | 2 +- hints/netbsd.sh | 2 +- hints/next_3.sh | 4 ++-- hints/os390.sh | 2 +- hints/posix-bc.sh | 2 +- hints/powerux.sh | 2 +- hints/qnx.sh | 2 +- hints/sco.sh | 6 +++--- hints/svr4.sh | 2 +- hints/svr5.sh | 4 ++-- hints/t001.c | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/hints/dcosx.sh b/hints/dcosx.sh index c1b0d0a..4dac2bd 100644 --- a/hints/dcosx.sh +++ b/hints/dcosx.sh @@ -177,7 +177,7 @@ esac rm -f core # DC/OSx hides certain functions in a libc that looks dynamic but isn't -# because of this we reinclude -lc when building dynamic extenstions +# because of this we reinclude -lc when building dynamic extensions libc='/usr/ccs/lib/libc.so' lddlflags='-G -lc' diff --git a/hints/dgux.sh b/hints/dgux.sh index d9b86fc..6146e90 100644 --- a/hints/dgux.sh +++ b/hints/dgux.sh @@ -22,7 +22,7 @@ ########################################## # Modified by Takis Psarogiannakopoulos -# Universirty of Cambridge +# University of Cambridge # Centre for Mathematical Sciences # Department of Pure Mathematics # Wilberforce road diff --git a/hints/epix.sh b/hints/epix.sh index 86ddf9a..14326b5 100644 --- a/hints/epix.sh +++ b/hints/epix.sh @@ -31,7 +31,7 @@ libc='/svr4/usr/lib/libc.a' glibpth="/svr4/usr/lib /svr4/usr/lib/cmplrs/cc /usr/ccs/lib /svr4/lib /svr4/usr/ucblib $glibpth" osname='epix2' archname='epix2' -d_suidsafe='define' # "./Configure -d" can't figure this out easilly +d_suidsafe='define' # "./Configure -d" can't figure this out easily d_flock='undef' # Old version had this, but I'm not sure why since the old version diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 44cf0eb..c661fe81 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -62,7 +62,7 @@ case "$osvers" in # # Even though seteuid/setegid are available, they've been turned off # because perl isn't coded with saved set[ug]id variables in mind. -# In addition, a small patch is requried to suidperl to avoid a security +# In addition, a small patch is required to suidperl to avoid a security # problem with FreeBSD. # 2.0.5*|2.0-built*|2.1*) diff --git a/hints/isc.sh b/hints/isc.sh index 2b97618..970e900 100644 --- a/hints/isc.sh +++ b/hints/isc.sh @@ -8,7 +8,7 @@ # # We don't want to explicitly mention -lc (since we're using POSIX mode.) -# We also don't want -lx (the Xenix compatability libraries.) The only +# We also don't want -lx (the Xenix compatibility libraries.) The only # thing that it seems to pick up is chsize(), which has been reported to # not work. chsize() can also be implemented via fcntl() in perl (if you # define -D_SYSV3). We'll leave in -lPW since it's harmless. Some diff --git a/hints/linux.sh b/hints/linux.sh index d208129..ac27f23 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -13,7 +13,7 @@ # Updated Thu May 30 10:50:22 EDT 1996 by # Updated Fri Jun 21 11:07:54 EDT 1996 -# NDBM support for ELF renabled by +# NDBM support for ELF re-enabled by # No version of Linux supports setuid scripts. d_suidsafe='undef' diff --git a/hints/netbsd.sh b/hints/netbsd.sh index d196418..d812f60 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -154,7 +154,7 @@ $define|true|[yY]*) fi unset lpthread - # several reentrant functions are embeded in libc, but haven't + # several reentrant functions are embedded in libc, but haven't # been added to the header files yet. Let's hold off on using # them until they are a valid part of the API case "$osvers" in diff --git a/hints/next_3.sh b/hints/next_3.sh index d142de5..3dfbcca 100644 --- a/hints/next_3.sh +++ b/hints/next_3.sh @@ -26,7 +26,7 @@ # sbrk makes it possible to run perl with its own malloc. Thanks to # Ilya who showed me the way to his sbrk for OS/2!! # -# The whole malloc desaster lead to a failing gdbm test. It is far +# The whole malloc disaster lead to a failing gdbm test. It is far # beyond my understanding, why GDBM_File breaks with the "fix", but in # general I consider it better to have a working perl with broken GDBM # than no perl at all. @@ -38,7 +38,7 @@ # 1997: # From perl5.003_22 the malloc bug has no impact any more. We can run # a perl without a special sbrk. Apparently Chip Salzenberg, the hero -# of 5.004 anyway, earned another trophy during Australien Open. +# of 5.004 anyway, earned another trophy during Australian Open. # # use the following two lines to enable USE_PERL_SBRK. Try this if you # encounter intermittent core dumps: diff --git a/hints/os390.sh b/hints/os390.sh index 10f14ed..5aafb4e 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -123,7 +123,7 @@ case "$ldlibpthname" in '') ldlibpthname=LIBPATH ;; esac -# The folowing should always be used +# The following should always be used d_oldpthreads='define' # Header files to include. diff --git a/hints/posix-bc.sh b/hints/posix-bc.sh index 00c1cc9..3962bff 100644 --- a/hints/posix-bc.sh +++ b/hints/posix-bc.sh @@ -51,7 +51,7 @@ if [ -z "$bs2000_ignoredl" -a -e /usr/lib/libdl.a ]; then *risc_4000*) bs2000_ld="perl_genso" echo " -Now you must buy everything they sell you, musn't you? +Now you must buy everything they sell you, mustn't you? Didn't somebody tell you that RISC machines and dynamic library support gives you helluva lot of configuration problems at the moment? Sigh. Now you'll expect me to fix it for you, eh? diff --git a/hints/powerux.sh b/hints/powerux.sh index 28dcf0c..0eecd86 100644 --- a/hints/powerux.sh +++ b/hints/powerux.sh @@ -200,7 +200,7 @@ dont_use_nlink=define # Configure comes up with the wrong type for these for some reason. The # pointers shouldn't have const in them. (And it looks like I have to -# provide netdb_hlen_type as well becuase when I predefine the others it +# provide netdb_hlen_type as well because when I predefine the others it # comes up empty :-). # netdb_host_type='char *' diff --git a/hints/qnx.sh b/hints/qnx.sh index f4f1f25..840eca6 100644 --- a/hints/qnx.sh +++ b/hints/qnx.sh @@ -12,7 +12,7 @@ # perl-5.10.0-tobe compiles with Watcom C 10.6 # and QNX 4.25 patch G w/TCPSDK installed # Some tests still fail, mostly to do with dynamic/static -# or unsuported features in QNX. +# or unsupported features in QNX. # ## As with many unix ports, this one depends on a few "standard" # unix utilities which are not necessarily standard for QNX4. diff --git a/hints/sco.sh b/hints/sco.sh index 18ccc5e..c8a3dbd 100644 --- a/hints/sco.sh +++ b/hints/sco.sh @@ -46,7 +46,7 @@ # -Even optimized for speed, gcc generated code is smaller (!!!) # -gcc is free # -I use ld to link which is distributed with the core OS distribution, so you -# don't need to buy the developement kit, just find someone kind enough to +# don't need to buy the development kit, just find someone kind enough to # give you a binary release of gcc. # # @@ -111,7 +111,7 @@ then esac else ############################################################### - # Need this in release 5 because of changed fpu exeption rules + # Need this in release 5 because of changed fpu exception rules ccflags="$ccflags -D HAS_FPSETMASK" ############################################################### @@ -162,7 +162,7 @@ else ############################################################### # Force to define those symbols, as they are #defines and not - # catched by Configure, and they are useful + # caught by Configure, and they are useful d_dlopen='define' d_dlerror='define' fi diff --git a/hints/svr4.sh b/hints/svr4.sh index cbc2d95..34a00ab 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -172,5 +172,5 @@ fi # SVR4 derivatives. (Though UnixWare has it in /usr/ccs/lib/libc.so.) d_lstat=define -d_suidsafe='define' # "./Configure -d" can't figure this out easilly +d_suidsafe='define' # "./Configure -d" can't figure this out easily diff --git a/hints/svr5.sh b/hints/svr5.sh index 87118f4..e0b5b61 100644 --- a/hints/svr5.sh +++ b/hints/svr5.sh @@ -27,7 +27,7 @@ case "$cc" in ;; esac -# Hardwire the processor to 586 for consistancy with autoconf +# Hardwire the processor to 586 for consistency with autoconf # archname='i586-svr5' # -- seems this is generally disliked by perl porters so leave it to float @@ -66,7 +66,7 @@ else libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'` glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'` - # If see libdbm in /usr/local and not overidden assume its the + # If see libdbm in /usr/local and not overridden assume its the # non ucblib rebuild from skunkware and use it if [ ! -f /usr/local/lib/libdbm.so -o ! "$want_dbm" ] ; then i_dbm='undef' diff --git a/hints/t001.c b/hints/t001.c index 51fdefd..562d759 100644 --- a/hints/t001.c +++ b/hints/t001.c @@ -52,7 +52,7 @@ void test(double *result) fadd,dbl %fr4,%fr12,%fr4 fsub,dbl %fr4,%fr12,%fr4 - This code depends on the floading-add and + This code depends on the floating-add and floating-subtract retaining all of the precision present in the operands. There is no such guarantee when using floating-point, -- 1.8.3.1