aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2023-02-28 16:22:19 +0000
committerMichael Brown <mcb30@ipxe.org>2023-03-01 11:55:04 +0000
commit33cb56cf1b7a7138542fe18fd86898fdca2e8f0a (patch)
treeca67d7973089706ca52ddbfd3c6971d92940e54c /src/hci
parent60531ff6e25d363f36f843cae29a95031aac2147 (diff)
downloadipxe-33cb56cf1b7a7138542fe18fd86898fdca2e8f0a.tar.gz
[params] Rename "form parameter" to "request parameter"
Prepare for the parameter mechanism to be generalised to specifying request parameters that are passed via mechanisms other than an application/x-www-form-urlencoded form. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/commands/param_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hci/commands/param_cmd.c b/src/hci/commands/param_cmd.c
index bff04f2ff..9e3260de1 100644
--- a/src/hci/commands/param_cmd.c
+++ b/src/hci/commands/param_cmd.c
@@ -25,7 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/** @file
*
- * Form parameter commands
+ * Request parameter commands
*
*/
@@ -154,7 +154,7 @@ static int param_exec ( int argc, char **argv ) {
return rc;
}
-/** Form parameter commands */
+/** Request parameter commands */
struct command param_commands[] __command = {
{
.name = "params",