diff --git a/configs/samv71-xult/src/sam_boot.c b/configs/samv71-xult/src/sam_boot.c index 92f07ddc6e5..9f703718eb2 100644 --- a/configs/samv71-xult/src/sam_boot.c +++ b/configs/samv71-xult/src/sam_boot.c @@ -103,7 +103,7 @@ void sam_boardinitialize(void) #ifdef CONFIG_SAMV7_SDRAMC /* Configure SDRAM if it has been enabled in the NuttX configuration. - * Here we assume, of course, that we are not running out SDRAM. + * Here we assume, of course, that we are not running out of SDRAM. */ sam_sdram_config();