From 70e7f1bec6275f4fa2dbe5d4cb3533e5737e8a88 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 10 Jan 2016 11:57:26 +0100 Subject: [PATCH] Update px4_spi.h spelling mistakes --- src/platforms/px4_spi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/px4_spi.h b/src/platforms/px4_spi.h index 78b747b775..02f4e133e4 100644 --- a/src/platforms/px4_spi.h +++ b/src/platforms/px4_spi.h @@ -17,7 +17,7 @@ enum spi_dev_e { SPIDEV_AUDIO_CTRL, /* Select SPI audio codec device control port */ }; -/* Certain SPI devices may required differnt clocking modes */ +/* Certain SPI devices may required different clocking modes */ enum spi_mode_e { SPIDEV_MODE0 = 0, /* CPOL=0 CHPHA=0 */