The word 'we' is missing. Add it. Signed-off-by: Simon Glass <s...@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