summaryrefslogtreecommitdiff
path: root/utils/hwstub/tools/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/tools/init.lua')
-rw-r--r--utils/hwstub/tools/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/init.lua b/utils/hwstub/tools/init.lua
index 97d393dab1..74f610a2ee 100644
--- a/utils/hwstub/tools/init.lua
+++ b/utils/hwstub/tools/init.lua
@@ -44,7 +44,7 @@ do
44 44
45 h = HELP:create_topic("HW"); 45 h = HELP:create_topic("HW");
46 h:add("This variable redirects to the current soc under hwstub.soc and should be changed by calling hwstub:soc:select only."); 46 h:add("This variable redirects to the current soc under hwstub.soc and should be changed by calling hwstub:soc:select only.");
47 h:add("The complete register tree can be found under HW in a well organise fashion."); 47 h:add("The complete register tree can be found under HW in a well organised fashion.");
48 h:add("* HW.dev points to device dev"); 48 h:add("* HW.dev points to device dev");
49 h:add("* HW.dev[i] points to device devi if there are several copies of the device at different addresses."); 49 h:add("* HW.dev[i] points to device devi if there are several copies of the device at different addresses.");
50 h:add("* HW.dev.reg points to the register reg under dev"); 50 h:add("* HW.dev.reg points to the register reg under dev");