diff mbox series

[01/17] README: Fix hyphenation in the directory docs

Message ID 20210711031438.3230666-2-sjg@chromium.org
State Accepted
Commit 6e73ed0080607a5c5d4e2338ef081862405a34f2
Delegated to: Tom Rini
Headers show
Series Makefile: Start simplifying Makefile rules (Part A) | expand

Commit Message

Simon Glass July 11, 2021, 3:14 a.m. UTC
Hyphens are missing in various places where the intent is to create an
adjective. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 README | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Comments

Tom Rini July 28, 2021, 10:56 p.m. UTC | #1
On Sat, Jul 10, 2021 at 09:14:21PM -0600, Simon Glass wrote:

> Hyphens are missing in various places where the intent is to create an
> adjective. Fix it.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

For the series, applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/README b/README
index 1472b40bc45..63ac8d3fcf6 100644
--- a/README
+++ b/README
@@ -128,7 +128,7 @@  Examples:
 Directory Hierarchy:
 ====================
 
-/arch			Architecture specific files
+/arch			Architecture-specific files
   /arc			Files generic to ARC architecture
   /arm			Files generic to ARM architecture
   /m68k			Files generic to m68k architecture
@@ -142,16 +142,16 @@  Directory Hierarchy:
   /sh			Files generic to SH architecture
   /x86			Files generic to x86 architecture
   /xtensa		Files generic to Xtensa architecture
-/api			Machine/arch independent API for external apps
-/board			Board dependent files
+/api			Machine/arch-independent API for external apps
+/board			Board-dependent files
 /cmd			U-Boot commands functions
-/common			Misc architecture independent functions
+/common			Misc architecture-independent functions
 /configs		Board default configuration files
 /disk			Code for disk drive partition handling
-/doc			Documentation (don't expect too much)
-/drivers		Commonly used device drivers
-/dts			Contains Makefile for building internal U-Boot fdt.
-/env			Environment files
+/doc			Documentation (a mix of ReST and READMEs)
+/drivers		Device drivers
+/dts			Makefile for building internal U-Boot fdt.
+/env			Environment support
 /examples		Example code for standalone applications, etc.
 /fs			Filesystem code (cramfs, ext2, jffs2, etc.)
 /include		Header Files
@@ -161,7 +161,7 @@  Directory Hierarchy:
 /post			Power On Self Test
 /scripts		Various build scripts and Makefiles
 /test			Various unit test files
-/tools			Tools to build S-Record or U-Boot images, etc.
+/tools			Tools to build and sign FIT images, etc.
 
 Software Configuration:
 =======================