summaryrefslogtreecommitdiffstats
path: root/src/net/netdev_settings.c
diff options
context:
space:
mode:
authorMichael Brown2013-07-18 14:35:19 +0200
committerMichael Brown2013-07-18 16:50:02 +0200
commit063645118ce1f73e143bb17a74bd678d31d7563e (patch)
treed8333d35499f3cf62321595400bc49e8b27cdf2c /src/net/netdev_settings.c
parent[build] Fix %.licence build target (diff)
downloadipxe-063645118ce1f73e143bb17a74bd678d31d7563e.tar.gz
ipxe-063645118ce1f73e143bb17a74bd678d31d7563e.tar.xz
ipxe-063645118ce1f73e143bb17a74bd678d31d7563e.zip
[settings] Clarify usage of the term "named setting"
There are currently two conflicting usages of the term "named setting" within iPXE: one refers to predefined settings (such as show up in the "config" UI), the other refers to settings identified by a name (such as "net0.dhcp/ip"). Split these usages into the term "predefined setting" and "named setting" to avoid ambiguity. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/netdev_settings.c')
-rw-r--r--src/net/netdev_settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/netdev_settings.c b/src/net/netdev_settings.c
index 72152762..52e8007d 100644
--- a/src/net/netdev_settings.c
+++ b/src/net/netdev_settings.c
@@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*
*/
-/** Network device named settings */
+/** Network device predefined settings */
struct setting mac_setting __setting ( SETTING_NETDEV ) = {
.name = "mac",
.description = "MAC address",