From 93216e4c1f5893fdde74d2ed11196c14073abb6c Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 1 Dec 2021 19:58:12 +0300 Subject: panel: fix a typo in the argument name --- Library/UefiShellUfmCommandLib/panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/UefiShellUfmCommandLib') diff --git a/Library/UefiShellUfmCommandLib/panel.h b/Library/UefiShellUfmCommandLib/panel.h index 33d2ed6..9006416 100644 --- a/Library/UefiShellUfmCommandLib/panel.h +++ b/Library/UefiShellUfmCommandLib/panel.h @@ -44,7 +44,7 @@ struct panel_ctx *panel_alloc(struct screen *scr, CONST CHAR16 *path, /* * Deletes the panel, frees the structure * - * w: the panel on which to operate + * p: the panel on which to operate * * return: VOID */ -- cgit v1.2.3-18-g5258