Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37934 )
Change subject: Doc/index.md: Fix a typo ......................................................................
Doc/index.md: Fix a typo
Change-Id: Ib2f48d03e78f6da97383e67b1d50dfe859e59612 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/37934 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Rudolph siro@das-labor.org --- M Documentation/index.md 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved
diff --git a/Documentation/index.md b/Documentation/index.md index bfc9cea..b636b61 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -175,7 +175,7 @@ * [Native Graphics Initialization with libgfxinit](gfx/libgfxinit.md) * [Display panel](gfx/display-panel.md) * [CPU Architecture](arch/index.md) -* [Platform independend drivers](drivers/index.md) +* [Platform independent drivers](drivers/index.md) * [Northbridge](northbridge/index.md) * [System on Chip](soc/index.md) * [Mainboard](mainboard/index.md)