diff options
author | Angel Pons <th3fanbus@gmail.com> | 2019-12-25 12:19:26 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-26 10:49:46 +0000 |
commit | d28b74ce6a90aad0d555a1a98e2a1c1fa1609c54 (patch) | |
tree | a9a2b1c2521f5b43793e1e645e21ee840bdc27ee /Documentation/index.md | |
parent | 92b0e8dcae99fea39f167b07063818581a83b1c3 (diff) | |
download | coreboot-d28b74ce6a90aad0d555a1a98e2a1c1fa1609c54.tar.xz |
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/index.md')
-rw-r--r-- | Documentation/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/index.md b/Documentation/index.md index bfc9cea992..b636b61911 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) |