aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-09-19 20:47:50 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-09-19 20:47:50 +1000
commita491ed439c940a08908dd54add9e5014adcc3701 (patch)
tree6377765eb62142d34e32cc693392d4b6d6351b93
parent7b8125c392fbcf98e80e256b28209726bd0d8dff (diff)
downloadskiboot-a491ed439c940a08908dd54add9e5014adcc3701.zip
skiboot-a491ed439c940a08908dd54add9e5014adcc3701.tar.gz
skiboot-a491ed439c940a08908dd54add9e5014adcc3701.tar.bz2
doc/opal-flash: fix typo
Fixes: https://github.com/open-power/skiboot/pull/85 Suggested-by: Joel Nider <JOELN@il.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--doc/opal-api/opal-flash-110-111-112.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/opal-api/opal-flash-110-111-112.rst b/doc/opal-api/opal-flash-110-111-112.rst
index 71ba866..e05bd2d 100644
--- a/doc/opal-api/opal-flash-110-111-112.rst
+++ b/doc/opal-api/opal-flash-110-111-112.rst
@@ -8,7 +8,7 @@ There are three OPAL calls for interacting with flash devices: ::
#define OPAL_FLASH_ERASE 112
Multiple flash devices are supported by OPAL - each of these calls takes an id
-parameter, which much match an ID found in the corresponding ``ibm,opal/flash@n``
+parameter, which must match an ID found in the corresponding ``ibm,opal/flash@n``
device tree node. See :ref:`device-tree/ibm,opal/flash` for details of
the device tree bindings.