aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-01 19:58:12 +0300
committerJoursoir <chat@joursoir.net>2021-12-01 19:58:12 +0300
commit93216e4c1f5893fdde74d2ed11196c14073abb6c (patch)
treece1e3eb29e07ca3c3cf4799389146717f4064035
parent547e80784f8a4ff5fc558870121cb7da591891fb (diff)
downloadufm-93216e4c1f5893fdde74d2ed11196c14073abb6c.tar.gz
ufm-93216e4c1f5893fdde74d2ed11196c14073abb6c.tar.bz2
ufm-93216e4c1f5893fdde74d2ed11196c14073abb6c.zip
panel: fix a typo in the argument name
-rw-r--r--Library/UefiShellUfmCommandLib/panel.h2
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
*/