Hello The patch fixes some typos found by Lintian, the Debian static analyzer.
(it is mainly the opportunity to test my commit permissions). Thanks, Sylvestre libstdc++-v3/ChangeLog: 2014-08-12 Sylvestre Ledru <sylves...@debian.org> * include/profile/impl/profiler_hash_func.h: Fix a typo gcc/fortran/ChangeLog: 2014-08-12 Sylvestre Ledru <sylves...@debian.org> * lang.opt: Fix a typo gcc/ChangeLog: 2014-08-12 Sylvestre Ledru <sylves...@debian.org> * ChangeLog-2007: Fix a typo * config/ia64/ia64.c: Likewise * lra-constraints.c: Likewise * tree-ssa-copyrename.c: Likewise * tree-ssa-loop-niter.c: Likewise libjava/classpath/ChangeLog: 2014-08-12 Sylvestre Ledru <sylves...@debian.org> * ChangeLog-2004: Fix a typo * ChangeLog-2007: Likewise * doc/cp-hacking.texinfo: Likewise * examples/gnu/classpath/examples/sound/AudioPlayerSample.java: Likewise * gnu/javax/print/ipp/attribute/job/JobDetailedStatusMessages.java: Likewise * gnu/javax/print/ipp/attribute/job/JobDocumentAccessErrors.java: Likewise * gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReader.java: Likewise * java/text/MessageFormat.java: Likewise * javax/print/ServiceUIFactory.java: Likewise * javax/print/URIException.java: Likewise * javax/print/attribute/package.html: Likewise * javax/print/attribute/standard/JobStateReasons.java: Likewise * javax/print/attribute/standard/PrinterInfo.java: Likewise * javax/print/attribute/standard/PrinterMessageFromOperator.java: Likewise * javax/print/attribute/standard/PrinterMoreInfoManufacturer.java: Likewise * javax/print/attribute/standard/PrinterStateReasons.java: Likewise * javax/print/package.html: Likewise * native/jni/gstreamer-peer/gstreamer_io_peer.c: Likewise * tools/external/asm/org/objectweb/asm/Label.java: Likewise * tools/external/asm/org/objectweb/asm/tree/ClassNode.java: Likewise gcc/ada/ChangeLog: 2014-08-12 Sylvestre Ledru <sylves...@debian.org> * 9drpc.adb: Fix a typo * s-interr.ads: Likewise * s-taskin.ads: Likewise * s-traces.ads: Likewise * sysdep.c: Likewise Index: gcc/ChangeLog-2007 =================================================================== --- gcc/ChangeLog-2007 (révision 213848) +++ gcc/ChangeLog-2007 (copie de travail) @@ -18001,7 +18001,7 @@ (make_gcov_file_name): Do not generate long names if input_name is NULL. (output_lines): If merging results do not display graph, data and - runs informations. + runs information. Checking source file modification is done in find_source. * doc/gcov.texi: Append an s to sourcefile. Index: gcc/ada/9drpc.adb =================================================================== --- gcc/ada/9drpc.adb (révision 213848) +++ gcc/ada/9drpc.adb (copie de travail) @@ -600,7 +600,7 @@ Header : aliased Params_Stream_Type (Header_Size); begin - -- For more informations, see above + -- For more information, see above -- Request = 0 as we are not waiting for a reply message -- Result length = 0 as we don't expect a result at all Index: gcc/ada/s-interr.ads =================================================================== --- gcc/ada/s-interr.ads (révision 213848) +++ gcc/ada/s-interr.ads (copie de travail) @@ -192,7 +192,7 @@ -- On finalization, we need to restore the handlers that were installed -- before the elaboration of the PO, so we need to store these previous -- handlers. This is also done by Install_Handlers, the room for these - -- informations is provided by adding a discriminant which is the number + -- information is provided by adding a discriminant which is the number -- of Attach_Handler pragmas and an array of this size in the protection -- type, Static_Interrupt_Protection. Index: gcc/ada/s-taskin.ads =================================================================== --- gcc/ada/s-taskin.ads (révision 213848) +++ gcc/ada/s-taskin.ads (copie de travail) @@ -671,7 +671,7 @@ -- Task_Info pragma. Analyzer : System.Stack_Usage.Stack_Analyzer; - -- For storing informations used to measure the stack usage + -- For storing information used to measure the stack usage Global_Task_Lock_Nesting : Natural; -- This is the current nesting level of calls to Index: gcc/ada/s-traces.ads =================================================================== --- gcc/ada/s-traces.ads (révision 213848) +++ gcc/ada/s-traces.ads (copie de travail) @@ -34,17 +34,17 @@ -- Warning : NO dependencies to tasking should be created here -- This package, and all its children are used to implement debug --- informations +-- information -- A new primitive, Send_Trace_Info (Id : Trace_T; 'data') is introduced. --- Trace_T is an event identifier, 'data' are the informations to pass +-- Trace_T is an event identifier, 'data' are the information to pass -- with the event. This procedure is used from within the Runtime to send --- debug informations. +-- debug information. -- This primitive is overloaded in System.Traces.Tasking and this package -- Send_Trace_Info calls Send_Trace, in System.Traces.Send, which is target --- dependent, to send the debug informations to a debugger, stream .. +-- dependent, to send the debug information to a debugger, stream .. -- To add a new event, just add them to the Trace_T type, and write the -- corresponding Send_Trace_Info procedure. It may be required for some Index: gcc/ada/sysdep.c =================================================================== --- gcc/ada/sysdep.c (révision 213848) +++ gcc/ada/sysdep.c (copie de travail) @@ -742,7 +742,7 @@ * 10000000ULL; /* If GetTimeZoneInformation does not return a value between 0 and 2 then - it means that we were not able to retrieve timezone informations. Note + it means that we were not able to retrieve timezone information. Note that we cannot use here FileTimeToLocalFileTime as Windows will use in always in this case the current timezone setting. As suggested on MSDN we use the following three system calls to get the right information. Index: gcc/config/ia64/ia64.c =================================================================== --- gcc/config/ia64/ia64.c (révision 213848) +++ gcc/config/ia64/ia64.c (copie de travail) @@ -8976,7 +8976,7 @@ /* The following function does insn bundling. Bundling means inserting templates and nop insns to fit insn groups into permitted templates. Instruction scheduling uses NDFA (non-deterministic - finite automata) encoding informations about the templates and the + finite automata) encoding information about the templates and the inserted nops. Nondeterminism of the automata permits follows all possible insn sequences very fast. Index: gcc/fortran/lang.opt =================================================================== --- gcc/fortran/lang.opt (révision 213848) +++ gcc/fortran/lang.opt (copie de travail) @@ -323,7 +323,7 @@ faggressive-function-elimination Fortran -Eliminate multiple function invokations also for impure functions +Eliminate multiple function invocations also for impure functions falign-commons Fortran Index: gcc/lra-constraints.c =================================================================== --- gcc/lra-constraints.c (révision 213848) +++ gcc/lra-constraints.c (copie de travail) @@ -1694,7 +1694,7 @@ ->operand_alternative[nalt * n_operands + nop].reject); if (lra_dump_file != NULL && inc != 0) fprintf (lra_dump_file, - " Staticly defined alt reject+=%d\n", inc); + " Statically defined alt reject+=%d\n", inc); reject += inc; } early_clobbered_regs_num = 0; Index: gcc/tree-ssa-copyrename.c =================================================================== --- gcc/tree-ssa-copyrename.c (révision 213848) +++ gcc/tree-ssa-copyrename.c (copie de travail) @@ -247,7 +247,7 @@ && !(!ign1 && root1)) { if (debug) - fprintf (debug, " : Choosen variable has no root. No coalesce.\n"); + fprintf (debug, " : Chosen variable has no root. No coalesce.\n"); return; } Index: gcc/tree-ssa-loop-niter.c =================================================================== --- gcc/tree-ssa-loop-niter.c (révision 213848) +++ gcc/tree-ssa-loop-niter.c (copie de travail) @@ -3015,7 +3015,7 @@ record_nonwrapping_iv (loop, base, step, stmt, low, high, false, true); } -/* The following analyzers are extracting informations on the bounds +/* The following analyzers are extracting information on the bounds of LOOP from the following undefined behaviors: - data references should not access elements over the statically Index: libjava/classpath/ChangeLog-2004 =================================================================== --- libjava/classpath/ChangeLog-2004 (révision 213848) +++ libjava/classpath/ChangeLog-2004 (copie de travail) @@ -3029,7 +3029,7 @@ 2004-11-16 Michael Koch <konque...@gmx.de> * gnu/java/locale/LocaleInformation_de.java: - Added some new locale informations to the contents object. + Added some new locale information to the contents object. 2004-11-16 Michael Koch <konque...@gmx.de> Index: libjava/classpath/ChangeLog-2007 =================================================================== --- libjava/classpath/ChangeLog-2007 (révision 213848) +++ libjava/classpath/ChangeLog-2007 (copie de travail) @@ -1392,7 +1392,7 @@ * javax/sound/sampled/spi/MixerProvider.java (isMixerSupported): indentation fixes. * javax/sound/sampled/AudioFormat.java (toString): fix method to display - informations only when available. + information only when available. * javax/sound/sampled/DataLine.java: (Info.isFormatSupported): indentation fixes. (Info): indentation fixes. Index: libjava/classpath/doc/cp-hacking.texinfo =================================================================== --- libjava/classpath/doc/cp-hacking.texinfo (révision 213848) +++ libjava/classpath/doc/cp-hacking.texinfo (copie de travail) @@ -574,7 +574,7 @@ (or higher). You will also need at least gstreamer-base and gstreamer-plugins-base. More plugins can be used to allow streaming of different sound types but are not a compile time requirement. See -README.gstreamer in the source distribution for more informations. +README.gstreamer in the source distribution for more information. @end table Index: libjava/classpath/examples/gnu/classpath/examples/sound/AudioPlayerSample.java =================================================================== --- libjava/classpath/examples/gnu/classpath/examples/sound/AudioPlayerSample.java (révision 213848) +++ libjava/classpath/examples/gnu/classpath/examples/sound/AudioPlayerSample.java (copie de travail) @@ -99,7 +99,7 @@ return; } - // get informations about the kind of file we are about to play + // get information about the kind of file we are about to play AudioFormat audioFormat = audioInputStream.getFormat(); System.out.println("Playing file: " + file); Index: libjava/classpath/gnu/javax/print/ipp/attribute/job/JobDetailedStatusMessages.java =================================================================== --- libjava/classpath/gnu/javax/print/ipp/attribute/job/JobDetailedStatusMessages.java (révision 213848) +++ libjava/classpath/gnu/javax/print/ipp/attribute/job/JobDetailedStatusMessages.java (copie de travail) @@ -45,7 +45,7 @@ /** * JobDetailedStatusMessages provides additional detailed and - * technical job informations. + * technical job information. * * @author Wolfgang Baer (wb...@gmx.de) */ Index: libjava/classpath/gnu/javax/print/ipp/attribute/job/JobDocumentAccessErrors.java =================================================================== --- libjava/classpath/gnu/javax/print/ipp/attribute/job/JobDocumentAccessErrors.java (révision 213848) +++ libjava/classpath/gnu/javax/print/ipp/attribute/job/JobDocumentAccessErrors.java (copie de travail) @@ -46,7 +46,7 @@ /** * JobDocumentAccessErrors provides additional information * for each access error for print-uri or document-uri jobs. - * technical job informations. + * technical job information. * * @author Wolfgang Baer (wb...@gmx.de) */ Index: libjava/classpath/gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReader.java =================================================================== --- libjava/classpath/gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReader.java (révision 213848) +++ libjava/classpath/gnu/javax/sound/sampled/gstreamer/io/GstAudioFileReader.java (copie de travail) @@ -56,7 +56,7 @@ /** * An implementation of a general AudioFileReader. Uses GStreamer to - * parse and retrieve informations about the file passed as input. + * parse and retrieve information about the file passed as input. * * @author Mario Torre <neug...@limasoftware.net> */ Index: libjava/classpath/java/text/MessageFormat.java =================================================================== --- libjava/classpath/java/text/MessageFormat.java (révision 213848) +++ libjava/classpath/java/text/MessageFormat.java (copie de travail) @@ -765,7 +765,7 @@ * then it returns it at the right index. If not it uses the detected * formatters during a <code>format</code> call. If nothing is known * about that argument index it just puts null at that position. - * To get useful informations you may have to call <code>format</code> + * To get useful information you may have to call <code>format</code> * at least once. * * @return an array of formatters sorted by argument index. Index: libjava/classpath/javax/print/ServiceUIFactory.java =================================================================== --- libjava/classpath/javax/print/ServiceUIFactory.java (révision 213848) +++ libjava/classpath/javax/print/ServiceUIFactory.java (copie de travail) @@ -45,7 +45,7 @@ * A print service may provide a <code>ServiceUIFactory</code> implementation * if its <code>getServiceUIFactory()</code> method is called. If a factory * object is returned it can be queried for provided user interface dialogs. - * Different roles are defined to denote dialogs providing informations about + * Different roles are defined to denote dialogs providing information about * the print service, dialogs for administration of a print service and for * end-user browsing dialogs. * </p><p> @@ -58,7 +58,7 @@ */ public abstract class ServiceUIFactory { - /** A user interface providing informations about the print service. */ + /** A user interface providing information about the print service. */ public static final int ABOUT_UIROLE = 1; /** A user interface to administer the print service. */ Index: libjava/classpath/javax/print/URIException.java =================================================================== --- libjava/classpath/javax/print/URIException.java (révision 213848) +++ libjava/classpath/javax/print/URIException.java (copie de travail) @@ -43,7 +43,7 @@ /** * <code>URIException</code> specifies methods a specific subclass of * {@link javax.print.PrintException} may implement to provide further - * informations of printing errors if URI problems are involved. + * information of printing errors if URI problems are involved. * <p> * There exists no <code>PrintException</code> class implementing this * interface. Providing this extension in <code>PrintException</code> Index: libjava/classpath/javax/print/attribute/package.html =================================================================== --- libjava/classpath/javax/print/attribute/package.html (révision 213848) +++ libjava/classpath/javax/print/attribute/package.html (copie de travail) @@ -52,7 +52,7 @@ Existing attribute roles are: <ul> <li><a href="PrintServiceAttribute.html">PrintServiceAttribute</a>s -describing the state and other informations of a PrintService.</li> +describing the state and other information of a PrintService.</li> <li><a href="PrintJobAttribute.html">PrintJobAttribute</a>s describing the state of the print job.</li> <li><a href="PrintRequestAttribute.html">PrintRequestAttribute</a>s specifying Index: libjava/classpath/javax/print/attribute/standard/JobStateReasons.java =================================================================== --- libjava/classpath/javax/print/attribute/standard/JobStateReasons.java (révision 213848) +++ libjava/classpath/javax/print/attribute/standard/JobStateReasons.java (copie de travail) @@ -45,7 +45,7 @@ /** * The <code>JobStateReasons</code> attribute provides the set of - * additional informations available about the current state of a print job. + * additional information available about the current state of a print job. * <p> * <b>IPP Compatibility:</b> JobStateReasons is an IPP 1.1 attribute. * </p> Index: libjava/classpath/javax/print/attribute/standard/PrinterInfo.java =================================================================== --- libjava/classpath/javax/print/attribute/standard/PrinterInfo.java (révision 213848) +++ libjava/classpath/javax/print/attribute/standard/PrinterInfo.java (copie de travail) @@ -46,7 +46,7 @@ /** * The <code>PrinterInfo</code> printing attribute provides - * informations about a printer device. + * information about a printer device. * <p> * <b>IPP Compatibility:</b> PrinterInfo is an IPP 1.1 attribute. * </p> Index: libjava/classpath/javax/print/attribute/standard/PrinterMessageFromOperator.java =================================================================== --- libjava/classpath/javax/print/attribute/standard/PrinterMessageFromOperator.java (révision 213848) +++ libjava/classpath/javax/print/attribute/standard/PrinterMessageFromOperator.java (copie de travail) @@ -47,7 +47,7 @@ /** * The <code>PrinterMessageFromOperator</code> printing attribute provides * a message from an operator or a system administrator related to the - * printer. This may include informations about the status of the printer + * printer. This may include information about the status of the printer * or expected downtimes, etc. * <p> * <b>IPP Compatibility:</b> PrinterMessageFromOperator is an IPP 1.1 Index: libjava/classpath/javax/print/attribute/standard/PrinterMoreInfoManufacturer.java =================================================================== --- libjava/classpath/javax/print/attribute/standard/PrinterMoreInfoManufacturer.java (révision 213848) +++ libjava/classpath/javax/print/attribute/standard/PrinterMoreInfoManufacturer.java (copie de travail) @@ -50,7 +50,7 @@ * its manufacturer. * <p> * The URI may for example contain a reference to a website of the - * manufacturer, containing informations and links to the latest firmware, + * manufacturer, containing information and links to the latest firmware, * printer drivers, manual etc. The information is normally intended for * end users. * </p> Index: libjava/classpath/javax/print/attribute/standard/PrinterStateReasons.java =================================================================== --- libjava/classpath/javax/print/attribute/standard/PrinterStateReasons.java (révision 213848) +++ libjava/classpath/javax/print/attribute/standard/PrinterStateReasons.java (copie de travail) @@ -50,7 +50,7 @@ /** * The <code>PrinterStateReasons</code> attribute provides the set of - * additional informations available about the current state of the printer + * additional information available about the current state of the printer * device. * <p> * The attribute is basically a map with <code>PrinterStateReason</code> Index: libjava/classpath/javax/print/package.html =================================================================== --- libjava/classpath/javax/print/package.html (révision 213848) +++ libjava/classpath/javax/print/package.html (copie de travail) @@ -129,7 +129,7 @@ <li>Print service attributes:<br> These printing attributes of role <a href="attribute/PrintServiceAttribute.html">PrintServiceAttribute</a> report -the status and other informations of a PrintService. Example for informations +the status and other information of a PrintService. Example for information available in the print services attributes are the attribute <code>PagesPerMinute</code> providing the number of pages a printer can print per minute. Status attributes like the <code>PrinterState</code> attribute Index: libjava/classpath/native/jni/gstreamer-peer/gstreamer_io_peer.c =================================================================== --- libjava/classpath/native/jni/gstreamer-peer/gstreamer_io_peer.c (révision 213848) +++ libjava/classpath/native/jni/gstreamer-peer/gstreamer_io_peer.c (copie de travail) @@ -338,7 +338,7 @@ * create the decoder element, this will decode the stream and retrieve * its properties. * We connect a signal to this element, to be informed when it is done - * in decoding the stream and to get the needed informations about the + * in decoding the stream and to get the needed information about the * audio file. */ decoder = gst_element_factory_make ("decodebin", "decoder"); Index: libjava/classpath/tools/external/asm/org/objectweb/asm/Label.java =================================================================== --- libjava/classpath/tools/external/asm/org/objectweb/asm/Label.java (révision 213848) +++ libjava/classpath/tools/external/asm/org/objectweb/asm/Label.java (copie de travail) @@ -63,7 +63,7 @@ private int referenceCount; /** - * Informations about forward references. Each forward reference is + * Information about forward references. Each forward reference is * described by two consecutive integers in this array: the first one is the * position of the first byte of the bytecode instruction that contains the * forward reference, while the second is the position of the first byte of Index: libjava/classpath/tools/external/asm/org/objectweb/asm/tree/ClassNode.java =================================================================== --- libjava/classpath/tools/external/asm/org/objectweb/asm/tree/ClassNode.java (révision 213848) +++ libjava/classpath/tools/external/asm/org/objectweb/asm/tree/ClassNode.java (copie de travail) @@ -113,7 +113,7 @@ public String outerMethodDesc; /** - * Informations about the inner classes of this class. This list is a list + * Information about the inner classes of this class. This list is a list * of {@link InnerClassNode} objects. * * @associates org.objectweb.asm.tree.InnerClassNode Index: libstdc++-v3/include/profile/impl/profiler_hash_func.h =================================================================== --- libstdc++-v3/include/profile/impl/profiler_hash_func.h (révision 213848) +++ libstdc++-v3/include/profile/impl/profiler_hash_func.h (copie de travail) @@ -125,7 +125,7 @@ if (!__is_on()) return; - // First find the item from the live objects and update the informations. + // First find the item from the live objects and update the information. __hashfunc_info* __objs = __get_object_info(__obj); if (!__objs) return;