From f7e760d7386ac5938fab0a8fddf25ca501608c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Tue, 8 Oct 2013 18:06:56 -0700 Subject: [PATCH] maint: Fix various comment and documentation typos. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- doc/libtool.texi | 4 ++-- libltdl/libltdl/lt_error.h | 2 +- libltdl/lt_error.c | 2 +- mail/deplibs.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/libtool.texi b/doc/libtool.texi index 557a19d2..3f701cc2 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 35060038..8a6e271c 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 91cf02b4..633c29c2 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 8ad801df..6b4dccb0 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