doc: fix misspellings in docs

Fix misspellings in docs (and Kconfig and headers processed into docs)
missed during regular reviews.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-12-04 09:24:48 -08:00 committed by David Leach
commit 416a174ac2
3 changed files with 3 additions and 3 deletions

View file

@ -555,7 +555,7 @@ static inline int z_impl_espi_read_lpc_request(struct device *dev,
* @brief Writes data to a LPC peripheral which generates an eSPI transaction.
*
* This routine provides a generic interface to write data to a block which
* triggers an eSPI transacion. The eSPI packet is assembled by the HW
* triggers an eSPI transaction. The eSPI packet is assembled by the HW
* block.
*
* @param dev Pointer to the device structure for the driver instance.