[PATCH 62/67] upl: Add missing word in comment for upl_write_handoff()
Simon Glass
sjg at chromium.org
Wed Jan 1 23:09:48 CET 2025
The word 'we' is missing. Add it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/upl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/upl.h b/include/upl.h
index d5b2cad7196..b9bcdf60089 100644
--- a/include/upl.h
+++ b/include/upl.h
@@ -324,7 +324,7 @@ struct upl {
* @root: root node to write it to
* @skip_existing: Avoid recreating any nodes which already exist in the
* devicetree. For example, if there is a serial node, just leave it alone,
- * since don't need to create a new one
+ * since we don't need to create a new one
* Return: 0 on success, -ve on error
*/
int upl_write_handoff(const struct upl *upl, ofnode root, bool skip_existing);
--
2.43.0
More information about the U-Boot
mailing list