From 3cee0bd5c6314d4cc6ec12de252919f85ba03f2f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 29 Jun 2015 13:22:08 -0600 Subject: [PATCH] Fix a ultra-trivial typo --- configs/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/README.txt b/configs/README.txt index c8a6e01c78..b0bace69a3 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -7,8 +7,8 @@ Module of NuttX and will appear as nuttx/configs when the NuttX repository is cloned. The nuttx/configs directory is a part of the internal OS. It there should -contain only OS bring-up logic and driver initialization logic. THERE SHOUL - BE NO APPLICATION CALLABLE LOGIC IN THIS DIRECTORY. +contain only OS bring-up logic and driver initialization logic. THERE SHOULD +BE NO APPLICATION CALLABLE LOGIC IN THIS DIRECTORY. If you have board-specific, application callable logic, that logic should not go here. Please consider using a sub-directory under apps/platform instead.