Signed-off-by: Josh Law <[email protected]>
---
 lib/bootconfig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bootconfig.c b/lib/bootconfig.c
index 53aedc042f6e..35091617bca5 100644
--- a/lib/bootconfig.c
+++ b/lib/bootconfig.c
@@ -364,7 +364,7 @@ struct xbc_node * __init xbc_node_find_next_leaf(struct 
xbc_node *root,
                        node = xbc_node_get_parent(node);
                        if (node == root)
                                return NULL;
-                       /* User passed a node which is not uder parent */
+                       /* User passed a node which is not under parent */
                        if (WARN_ON(!node))
                                return NULL;
                }
-- 
2.34.1


Reply via email to