[Skiboot] [PATCH] Fix typos in comment
Gustavo Romero
gromero at linux.ibm.com
Wed Jul 29 08:53:46 AEST 2020
Fix two typos in comment describing a member of 'platform' struct.
Signed-off-by: Gustavo Romero <gromero at linux.ibm.com>
---
include/platform.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/platform.h b/include/platform.h
index da27c03a..7708a8a8 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -245,10 +245,10 @@ struct platform {
/*
* Returns true when resource is loaded.
* Only has to return true once, for the
- * preivous start_preload_resource call for this resource.
+ * previous start_preload_resource call for this resource.
* If not implemented, will return true and start_preload_resource
* *must* have synchronously done the load.
- * Retruns OPAL_SUCCESS, OPAL_BUSY or an error code
+ * Returns OPAL_SUCCESS, OPAL_BUSY or an error code
*/
int (*resource_loaded)(enum resource_id id, uint32_t idx);
--
2.17.1
More information about the Skiboot
mailing list