From 084e984efb72c3b5d0851080a2b65002be0318cb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 27 Nov 2014 07:57:32 -0600 Subject: [PATCH] Fix minor typos in C comments --- configs/sama5d3-xplained/include/board.h | 2 +- configs/sama5d3-xplained/include/board_sdram.h | 2 +- configs/sama5d3x-ek/include/board.h | 2 +- configs/sama5d3x-ek/include/board_sdram.h | 2 +- configs/sama5d4-ek/include/board.h | 2 +- configs/sama5d4-ek/include/board_sdram.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/sama5d3-xplained/include/board.h b/configs/sama5d3-xplained/include/board.h index 1232770b87..db5f1c47f5 100644 --- a/configs/sama5d3-xplained/include/board.h +++ b/configs/sama5d3-xplained/include/board.h @@ -64,7 +64,7 @@ * * In this case, we don not reconfigure the clocking. Rather, we need to query * the register settings to determine the clock frequencies. We can only assume that - * the Main clock source in the on-board 12MHz crystal. + * the Main clock source is the on-board 12MHz crystal. */ # include diff --git a/configs/sama5d3-xplained/include/board_sdram.h b/configs/sama5d3-xplained/include/board_sdram.h index 5ea28fe0b2..5d56274446 100644 --- a/configs/sama5d3-xplained/include/board_sdram.h +++ b/configs/sama5d3-xplained/include/board_sdram.h @@ -54,7 +54,7 @@ * * In this case, we do not reconfigure the clocking. Rather, we need to query * the register settings to determine the clock frequencies. We can only assume that - * the Main clock source in the on-board 12MHz crystal. + * the Main clock source is the on-board 12MHz crystal. */ #define BOARD_MAINCK_FREQUENCY BOARD_MAINOSC_FREQUENCY diff --git a/configs/sama5d3x-ek/include/board.h b/configs/sama5d3x-ek/include/board.h index fc50b17865..2aa6f0c818 100644 --- a/configs/sama5d3x-ek/include/board.h +++ b/configs/sama5d3x-ek/include/board.h @@ -64,7 +64,7 @@ * * In this case, we don not reconfigure the clocking. Rather, we need to query * the register settings to determine the clock frequencies. We can only assume that - * the Main clock source in the on-board 12MHz crystal. + * the Main clock source is the on-board 12MHz crystal. */ # include diff --git a/configs/sama5d3x-ek/include/board_sdram.h b/configs/sama5d3x-ek/include/board_sdram.h index f6bdbb46d0..669bfe3854 100644 --- a/configs/sama5d3x-ek/include/board_sdram.h +++ b/configs/sama5d3x-ek/include/board_sdram.h @@ -54,7 +54,7 @@ * * In this case, we do not reconfigure the clocking. Rather, we need to query * the register settings to determine the clock frequencies. We can only assume that - * the Main clock source in the on-board 12MHz crystal. + * the Main clock source is the on-board 12MHz crystal. */ #define BOARD_MAINCK_FREQUENCY BOARD_MAINOSC_FREQUENCY diff --git a/configs/sama5d4-ek/include/board.h b/configs/sama5d4-ek/include/board.h index d28b3f39c4..6b170df4d1 100644 --- a/configs/sama5d4-ek/include/board.h +++ b/configs/sama5d4-ek/include/board.h @@ -64,7 +64,7 @@ * * In this case, we don not reconfigure the clocking. Rather, we need to query * the register settings to determine the clock frequencies. We can only assume that - * the Main clock source in the on-board 12MHz crystal. + * the Main clock source is the on-board 12MHz crystal. */ # include diff --git a/configs/sama5d4-ek/include/board_sdram.h b/configs/sama5d4-ek/include/board_sdram.h index 00c91c0def..8870475ec2 100644 --- a/configs/sama5d4-ek/include/board_sdram.h +++ b/configs/sama5d4-ek/include/board_sdram.h @@ -54,7 +54,7 @@ * * In this case, we do not reconfigure the clocking. Rather, we need to query * the register settings to determine the clock frequencies. We can only assume that - * the Main clock source in the on-board 12MHz crystal. + * the Main clock source is the on-board 12MHz crystal. */ #define BOARD_MAINCK_FREQUENCY BOARD_MAINOSC_FREQUENCY