summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2019-12-25 12:19:26 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-26 10:49:46 +0000
commitd28b74ce6a90aad0d555a1a98e2a1c1fa1609c54 (patch)
treea9a2b1c2521f5b43793e1e645e21ee840bdc27ee /Documentation
parent92b0e8dcae99fea39f167b07063818581a83b1c3 (diff)
downloadcoreboot-d28b74ce6a90aad0d555a1a98e2a1c1fa1609c54.tar.gz
coreboot-d28b74ce6a90aad0d555a1a98e2a1c1fa1609c54.tar.bz2
coreboot-d28b74ce6a90aad0d555a1a98e2a1c1fa1609c54.zip
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/index.md b/Documentation/index.md
index bfc9cea99298..b636b61911f7 100644
--- a/Documentation/index.md
+++ b/Documentation/index.md
@@ -175,7 +175,7 @@ Contents:
* [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)