doc: dts: add missing word

Trivial fix.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-03-25 10:21:59 -07:00 committed by Kumar Gala
commit e3e296084a

View file

@ -301,7 +301,7 @@ See :ref:`dt-get-device` for ways to do that.
Another common use case is accessing specifier values in a phandle array. The
general purpose APIs for this are :c:func:`DT_PHA_BY_IDX` and :c:func:`DT_PHA`.
There also hardware-specific shorthands like :c:func:`DT_GPIO_LABEL_BY_IDX`,
There are also hardware-specific shorthands like :c:func:`DT_GPIO_LABEL_BY_IDX`,
:c:func:`DT_GPIO_LABEL`, :c:func:`DT_GPIO_PIN_BY_IDX`, :c:func:`DT_GPIO_PIN`,
:c:func:`DT_GPIO_FLAGS_BY_IDX`, and :c:func:`DT_GPIO_FLAGS`.