diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-08-11 19:18:58 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-08-11 19:18:58 +0200 |
| commit | 1b1692ff06a563db90e812a4edf8c1434bc4976d (patch) | |
| tree | 9e6f3ee07949750bb6f90b4fb81896e2a6649a9c /utils/hwstub/tools/init.lua | |
| parent | d759bd371050d933a13c3e0b283313f44b7da425 (diff) | |
| download | rockbox-1b1692ff06a563db90e812a4edf8c1434bc4976d.zip rockbox-1b1692ff06a563db90e812a4edf8c1434bc4976d.tar.gz rockbox-1b1692ff06a563db90e812a4edf8c1434bc4976d.tar.bz2 rockbox-1b1692ff06a563db90e812a4edf8c1434bc4976d.tar.xz | |
hwstub: add stmp clkctrl code and generic register dumper
Change-Id: I432853fb4171f07ed23b73dc0499814fe8ce8748
Diffstat (limited to 'utils/hwstub/tools/init.lua')
| -rw-r--r-- | utils/hwstub/tools/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/init.lua b/utils/hwstub/tools/init.lua index 97d393d..74f610a 100644 --- a/utils/hwstub/tools/init.lua +++ b/utils/hwstub/tools/init.lua @@ -44,7 +44,7 @@ do h = HELP:create_topic("HW"); h:add("This variable redirects to the current soc under hwstub.soc and should be changed by calling hwstub:soc:select only."); - h:add("The complete register tree can be found under HW in a well organise fashion."); + h:add("The complete register tree can be found under HW in a well organised fashion."); h:add("* HW.dev points to device dev"); h:add("* HW.dev[i] points to device devi if there are several copies of the device at different addresses."); h:add("* HW.dev.reg points to the register reg under dev"); |