diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-12 14:48:51 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-12 14:48:51 +0000 |
commit | cbc1f23758fea080c5197c443709b618722c7789 (patch) | |
tree | 7976883231e570c390d73fb94c3f5423bd9d9524 /src/tcl | |
parent | 96413087dcf4bbe015c4e9af8dd982aa2710f29c (diff) | |
download | openocd_libswd-cbc1f23758fea080c5197c443709b618722c7789.tar.gz openocd_libswd-cbc1f23758fea080c5197c443709b618722c7789.tar.bz2 openocd_libswd-cbc1f23758fea080c5197c443709b618722c7789.tar.xz openocd_libswd-cbc1f23758fea080c5197c443709b618722c7789.zip |
Uwe Hermann <uwe@hermann-uwe.de> typos
git-svn-id: svn://svn.berlios.de/openocd/trunk@1411 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/tcl')
-rw-r--r-- | src/tcl/README_ABOUT_TCL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tcl/README_ABOUT_TCL.txt b/src/tcl/README_ABOUT_TCL.txt index af3fb086..233c5dd2 100644 --- a/src/tcl/README_ABOUT_TCL.txt +++ b/src/tcl/README_ABOUT_TCL.txt @@ -215,8 +215,8 @@ All memory regions must have 2 things: 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. |