summaryrefslogtreecommitdiff
path: root/docs/library_usage.md
diff options
context:
space:
mode:
authorzhangdongdong <zhangdongdong@eswincomputing.com>2022-09-28 05:35:30 +0300
committerAnup Patel <anup@brainfault.org>2022-10-13 06:58:54 +0300
commit3f3d401d2dfbed232d77012ba9289b62e98ad519 (patch)
tree94d5cf5523d39e624745c4d1a88aeb30e96e92da /docs/library_usage.md
parent7105c189f67028ef73720d7e9816c800ab53dda5 (diff)
downloadopensbi-3f3d401d2dfbed232d77012ba9289b62e98ad519.tar.xz
docs: Fix some typos
We fix few typos in documentation. Signed-off-by: zhangdongdong <zhangdongdong@eswincomputing.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Reviewed-by: Xiang W <wxjstz@126.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'docs/library_usage.md')
-rw-r--r--docs/library_usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library_usage.md b/docs/library_usage.md
index d5d2ba9..bb64bc4 100644
--- a/docs/library_usage.md
+++ b/docs/library_usage.md
@@ -73,7 +73,7 @@ firmware drivers based on the external firmware architecture.
**OPENSBI_EXTERNAL_SBI_TYPES** identifier is introduced to *sbi_types.h* for selecting
external header file during the build preprocess in order to define OpensSBI data types
based on external firmware data type binding.
-For example, *bool* is declared as *int* in sbi_types.h. However in EDK2 build system,
+For example, *bool* is declared as *int* in sbi_types.h. However, in EDK2 build system,
*bool* is declared as *BOOLEAN* which is defined as *unsigned char* data type.
External firmware can define **OPENSBI_EXTERNAL_SBI_TYPES** in CFLAGS and specify it to the