summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-01-21 11:01:23 +0300
committerAnup Patel <anup@brainfault.org>2019-01-22 11:30:44 +0300
commitf293d21863c5b23dcb4b151c2fd879696830e0bc (patch)
tree6dfaa94ac2b89167a689f51b7b9d66070c7e60ed /README.md
parentd9c06d0a8d3efd00e490d9cd068247edb5aa4d18 (diff)
downloadopensbi-f293d21863c5b23dcb4b151c2fd879696830e0bc.tar.xz
docs: Typo fixes.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1e0152d..f63f202 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ by the RISC-V Foundation in [Github](https://github.com/riscv/riscv-sbi-doc)
OpenSBI aims to provides an open-source and extensible implementation of
the RISC-V SBI specification for case 1 mentioned above. OpenSBI
implementation can be easily extended by RISC-V platform or System-on-Chip
-vendors to fit a particular hadware configuration.
+vendors to fit a particular hardware configuration.
OpenSBI provides three components:
@@ -99,7 +99,7 @@ license text is included in those source files.
Documentation
-------------
-A more detailed documenation is under the *docs* directory and organized
+A more detailed documentation is under the *docs* directory and organized
as follows.
* *`docs/contributing.md`* - Guidelines for contributing to OpenSBI project
@@ -119,7 +119,7 @@ The Doxygen can be installed on your debian build system using following:
sudo apt-get install doxygen doxygen-latex doxygen-doc doxygen-gui graphviz
```
-To build a consolidated `refman.pdf` of all documenation, run:
+To build a consolidated `refman.pdf` of all documentation, run:
```
make docs
or
@@ -128,7 +128,7 @@ make O=<build_directory> docs
**NOTE:** `refman.pdf` will be available under `<build_directory>/docs/latex`.
-To install a consolidated `refman.pdf` of all documenation, run:
+To install a consolidated `refman.pdf` of all documentation, run:
```
make install_docs
or