diff options
Diffstat (limited to 'Library')
-rw-r--r-- | Library/UefiShellUfmCommandLib/panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |