diff options
| author | Joursoir <chat@joursoir.net> | 2021-12-01 19:58:12 +0300 |
|---|---|---|
| committer | Joursoir <chat@joursoir.net> | 2021-12-01 19:58:12 +0300 |
| commit | 93216e4c1f5893fdde74d2ed11196c14073abb6c (patch) | |
| tree | ce1e3eb29e07ca3c3cf4799389146717f4064035 /Library | |
| parent | 547e80784f8a4ff5fc558870121cb7da591891fb (diff) | |
| download | ufm-93216e4c1f5893fdde74d2ed11196c14073abb6c.tar.gz ufm-93216e4c1f5893fdde74d2ed11196c14073abb6c.tar.bz2 ufm-93216e4c1f5893fdde74d2ed11196c14073abb6c.zip | |
panel: fix a typo in the argument name
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 */ |
