summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYu Chien Peter Lin <peterlin@andestech.com>2022-10-14 03:32:41 +0300
committerAnup Patel <anup@brainfault.org>2022-10-23 07:50:04 +0300
commit60b78fee9225155ac6e9d4733bf3dc0f7a8a9933 (patch)
tree14c81dfafb4c9c10a905d0b22171c7eb4781a1f2 /include
parent11d14ae7f2a6fb8974f05adc9113cfd0b2ec7646 (diff)
downloadopensbi-60b78fee9225155ac6e9d4733bf3dc0f7a8a9933.tar.xz
include: sbi: Fix grammar in comment
Fix minor grammar issue in function description. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_domain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_domain.h b/include/sbi/sbi_domain.h
index b90f59c..00662a1 100644
--- a/include/sbi/sbi_domain.h
+++ b/include/sbi/sbi_domain.h
@@ -175,7 +175,7 @@ int sbi_domain_register(struct sbi_domain *dom,
* @param reg pointer to the memory region to be added
*
* @return 0 on success
- * @return SBI_EALREADY if memory region conflicts with existing
+ * @return SBI_EALREADY if memory region conflicts with the existing one
* @return SBI_EINVAL otherwise
*/
int sbi_domain_root_add_memregion(const struct sbi_domain_memregion *reg);