avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2375] Contributed by Wouter van Gulik: Fix some typos


From: Joerg Wunsch
Subject: [avr-libc-commit] [2375] Contributed by Wouter van Gulik: Fix some typos in documentation.
Date: Tue, 30 Apr 2013 06:08:28 +0000

Revision: 2375
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2375
Author:   joerg_wunsch
Date:     2013-04-30 06:08:27 +0000 (Tue, 30 Apr 2013)
Log Message:
-----------
Contributed by Wouter van Gulik: Fix some typos in documentation.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/devtools/ioreg.pl

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2013-04-29 21:06:52 UTC (rev 2374)
+++ trunk/avr-libc/ChangeLog    2013-04-30 06:08:27 UTC (rev 2375)
@@ -1,5 +1,10 @@
 2013-04-29 Joerg Wunsch <address@hidden>
 
+       Contributed by Wouter van Gulik:
+       * devtools/ioreg.pl: Fix some typos in documentation.
+
+2013-04-29 Joerg Wunsch <address@hidden>
+
        Contributed by Knut Schwichtenberg:
        * devtools/ioreg.pl: Add POD (plain old documentation).
 

Modified: trunk/avr-libc/devtools/ioreg.pl
===================================================================
--- trunk/avr-libc/devtools/ioreg.pl    2013-04-29 21:06:52 UTC (rev 2374)
+++ trunk/avr-libc/devtools/ioreg.pl    2013-04-30 06:08:27 UTC (rev 2375)
@@ -553,15 +553,15 @@
 
 =head1 DESCRIPTION
 
-Using GDB and AVaRICE to debug AVR code requies to know the addresses of
-IO registers! The GDB command "x PORTA" leads to an unkonwn address
+Using GDB and AVaRICE to debug AVR code requires to know the addresses of
+IO registers! The GDB command "x PORTA" leads to an unknown address
 error. Beginning with Atmel Studio 5 well formed XML file are deliverd 
 as part of the installation. This script converts these XML-files using a 
 stylesheet into dwarf-2 debug information. To prevent Atmel's debugger from
 crashing only dwarf-2 can be used, while GDB could use debug information
 up to dwarf-4. Similar to the handling of the IO-addresses the eeprom
-start address can be accessed by the lable __eeprom.  Its type is an CPU 
-speficfic array of uint8_t.
+start address can be accessed by the label __eeprom.  Its type is an CPU 
+specific array of uint8_t.
 
 This debug information is added to the device specific start-up code of 
 avr-libc and now allows debugging symbolic 
@@ -588,9 +588,9 @@
 
 If xsltproc is used, it must be in the PATH. Using saxon9 gives a runtime 
warning which can be ignored.
 
-=head1 Command line parameter
+=head1 Command line parameters
 
-The following command line parameter are supported
+The following command line parameters are supported
 
 =over 5
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]