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 1232770b87d..db5f1c47f5a 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 5ea28fe0b21..5d562744465 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 fc50b17865c..2aa6f0c8187 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 f6bdbb46d0c..669bfe38543 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 d28b3f39c47..6b170df4d1f 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 00c91c0defa..8870475ec22 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