summaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/uart.c
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-12-07 14:59:11 -0700
committerMartin Roth <gaumless@gmail.com>2014-12-08 05:39:07 +0100
commit1fc2ba5e6d85f3c7eef00a7e6b0b3ee1352fbfa9 (patch)
treec943575806918a817060c0fc638625b42294733e /src/soc/samsung/exynos5420/uart.c
parentde7ed6fc7cdb3f55894e613bdc0c394fa8f57494 (diff)
downloadcoreboot-1fc2ba5e6d85f3c7eef00a7e6b0b3ee1352fbfa9.tar.xz
samsung/exynos5420: Spelling Fixes
Change-Id: I966645c83ae78943a7dbb9dc05af4fded6f4e5b5 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7703 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/soc/samsung/exynos5420/uart.c')
-rw-r--r--src/soc/samsung/exynos5420/uart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/uart.c b/src/soc/samsung/exynos5420/uart.c
index b7ef0cb1bc..4d71155a55 100644
--- a/src/soc/samsung/exynos5420/uart.c
+++ b/src/soc/samsung/exynos5420/uart.c
@@ -36,7 +36,7 @@
* The coefficient, used to calculate the baudrate on S5P UARTs is
* calculated as
* C = UBRDIV * 16 + number_of_set_bits_in_UDIVSLOT
- * however, section 31.6.11 of the datasheet doesn't recomment using 1 for 1,
+ * however, section 31.6.11 of the datasheet doesn't recommend using 1 for 1,
* 3 for 2, ... (2^n - 1) for n, instead, they suggest using these constants:
*/
static const int udivslot[] = {
@@ -120,7 +120,7 @@ static int exynos5_uart_err_check(struct s5p_uart *uart, int op)
/*
* Read a single byte from the serial port. Returns 1 on success, 0
- * otherwise. When the function is succesfull, the character read is
+ * otherwise. When the function is successful, the character read is
* written into its argument c.
*/
static unsigned char exynos5_uart_rx_byte(struct s5p_uart *uart)