From: oharboe at B. <oh...@ma...> - 2009-03-12 15:48:52
|
Author: oharboe Date: 2009-03-12 15:48:51 +0100 (Thu, 12 Mar 2009) New Revision: 1411 Modified: trunk/BUGS trunk/src/scripting.txt trunk/src/target/target/readme.txt trunk/src/tcl/README_ABOUT_TCL.txt trunk/testing/examples/STM32-103/readme.txt Log: Uwe Hermann <uw...@he...> typos Modified: trunk/BUGS =================================================================== --- trunk/BUGS 2009-03-11 22:42:35 UTC (rev 1410) +++ trunk/BUGS 2009-03-12 14:48:51 UTC (rev 1411) @@ -4,7 +4,7 @@ To minimize work for OpenOCD developers, you can include all the information below. If you feel that some of the -items below are unecessary for a clear bug report, you +items below are unnecessary for a clear bug report, you leave them out. Modified: trunk/src/scripting.txt =================================================================== --- trunk/src/scripting.txt 2009-03-11 22:42:35 UTC (rev 1410) +++ trunk/src/scripting.txt 2009-03-12 14:48:51 UTC (rev 1411) @@ -31,7 +31,7 @@ is to ignore serial number and write a raw binary file to beginning of first flash. Target script can dictate file format and structure of serialnumber. Tcl allows - an argument to consit of e.g. a list so the structure of + an argument to consist of e.g. a list so the structure of the serial number is not limited to a single string. - reset handling. Precise control of how srst, trst & tms is handled. Modified: trunk/src/target/target/readme.txt =================================================================== --- trunk/src/target/target/readme.txt 2009-03-11 22:42:35 UTC (rev 1410) +++ trunk/src/target/target/readme.txt 2009-03-12 14:48:51 UTC (rev 1411) @@ -36,6 +36,6 @@ Note that a target/xxx.cfg file can invoke another target/yyy.cfg file, so one can create target subtype configurations where e.g. only -amount of DRAM, oscilator speeds differ and having a single +amount of DRAM, oscillator speeds differ and having a single config file for the default/common settings. Modified: trunk/src/tcl/README_ABOUT_TCL.txt =================================================================== --- trunk/src/tcl/README_ABOUT_TCL.txt 2009-03-11 22:42:35 UTC (rev 1410) +++ trunk/src/tcl/README_ABOUT_TCL.txt 2009-03-12 14:48:51 UTC (rev 1411) @@ -215,8 +215,8 @@ LEN HUMAN TYPE - RWX - the access ablity. - WIDTH - the accessable width. + RWX - the access ability. + WIDTH - the accessible width. ie: Some regions of memory are not 'word' accessible. Modified: trunk/testing/examples/STM32-103/readme.txt =================================================================== --- trunk/testing/examples/STM32-103/readme.txt 2009-03-11 22:42:35 UTC (rev 1410) +++ trunk/testing/examples/STM32-103/readme.txt 2009-03-12 14:48:51 UTC (rev 1411) @@ -1,4 +1,4 @@ -Olimx STM32-p103 board. +Olimex STM32-p103 board. main.elf is a file that can be programmed to flash for testing purposes(e.g. test GDB load performance). |