summaryrefslogtreecommitdiffstats
path: root/Documentation/user
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-01-20 12:47:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-24 11:59:03 +0100
commite491613150afac915677a463737933df38e54d1e (patch)
tree5e22ba27272511e2b2502fc54d940289a7884d2c /Documentation/user
parent60385d06eeac0b6ec1998a5f1ae696d1c8c5b796 (diff)
downloadbarebox-e491613150afac915677a463737933df38e54d1e.tar.gz
barebox-e491613150afac915677a463737933df38e54d1e.tar.xz
Documentation: reboot-mode: fix typos
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Link: https://lore.barebox.org/20220120114725.2580392-1-u.oelmann@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user')
-rw-r--r--Documentation/user/reboot-mode.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/user/reboot-mode.rst b/Documentation/user/reboot-mode.rst
index 681438d944..24deae7872 100644
--- a/Documentation/user/reboot-mode.rst
+++ b/Documentation/user/reboot-mode.rst
@@ -29,9 +29,9 @@ User API
Devices registered with the reboot mode API gain two parameters:
- ``$dev_of_reboot_mode.prev`` (read-only): The reboot mode that was
- set previous to barebox startup
+ set previously to barebox startup.
- ``$dev_of_reboot_mode.next``: The next reboot mode, for when the
- system is reset
+ system is reset.
The reboot mode driver core use the alias name if available to name
the device. By convention, this should end with ``.reboot_mode``, e.g.::