From: Ondřej Bílka Date: Wed, 9 Oct 2013 01:06:56 +0000 (-0700) Subject: maint: Fix various comment and documentation typos. X-Git-Tag: v2.4.2.418~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7e760d7386ac5938fab0a8fddf25ca501608c18;p=thirdparty%2Flibtool.git maint: Fix various comment and documentation typos. Ondřej writes: "Hi, this is upstream version of patch that I sent to gcc. I generated this patch with tool that I am writing: https://github.com/neleai/stylepp" (Note: The generated patch was adjusted to retain the non-US but correct spelling of 'rigourous' before commit. --Brooks) --- diff --git a/doc/libtool.texi b/doc/libtool.texi index 557a19d25..3f701cc2f 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1295,7 +1295,7 @@ enabled by @option{--no-quiet} are shown. Thus, there are now three different message levels (not counting @option{--debug}), depending on whether the normal messages and/or the additional verbose messages are displayed. Note that there is -no mechanism to diplay verbose messages, without also displaying +no mechanism to display verbose messages, without also displaying normal messages. @table @strong @@ -5885,7 +5885,7 @@ OpenBSD, to name a few). The @option{-fpic} or @option{-fPIC} flags can be used to generate position-independent code. @option{-fPIC} is guaranteed to generate -working code, but the code is slower on m68k, m88k, and Sparc chips. +working code, but the code is slower on m68k, m88k, and SPARC chips. However, using @option{-fpic} on those chips imposes arbitrary size limits on the shared libraries. @end table diff --git a/libltdl/libltdl/lt_error.h b/libltdl/libltdl/lt_error.h index 350600381..8a6e271ce 100644 --- a/libltdl/libltdl/lt_error.h +++ b/libltdl/libltdl/lt_error.h @@ -1,4 +1,4 @@ -/* lt_error.h -- error propogation interface +/* lt_error.h -- error propagation interface Copyright (C) 1999-2001, 2004, 2007, 2011-2013 Free Software Foundation, Inc. diff --git a/libltdl/lt_error.c b/libltdl/lt_error.c index 91cf02b47..633c29c27 100644 --- a/libltdl/lt_error.c +++ b/libltdl/lt_error.c @@ -1,4 +1,4 @@ -/* lt_error.c -- error propogation interface +/* lt_error.c -- error propagation interface Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2013 Free Software Foundation, Inc. diff --git a/mail/deplibs.html b/mail/deplibs.html index 8ad801df7..6b4dccb0e 100644 --- a/mail/deplibs.html +++ b/mail/deplibs.html @@ -49,7 +49,7 @@ revealed these kinds of inconsistencies.

The problem

-

My orginal inter-library dependency code received rigourous testing +

My original inter-library dependency code received rigourous testing in beta releases of GNU Guile. As soon as the Guile people started using my code, I received a flood of bug reports. People were reporting that