summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/util.inc
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-12-15 12:23:27 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-12-15 12:23:48 -0500
commitc393f1d1c3c2981dcf41f002b6edcc08aa6d5a65 (patch)
treec9108d5e2d6c23867ecf8559e5a4bb9baedfca4f /src/etc/inc/util.inc
parent77a8a7d6af748f633f35d9c9e65a2aa6df7d72ef (diff)
downloadpfsense-c393f1d1c3c2981dcf41f002b6edcc08aa6d5a65.zip
pfsense-c393f1d1c3c2981dcf41f002b6edcc08aa6d5a65.tar.gz
Fix comment
Diffstat (limited to 'src/etc/inc/util.inc')
-rw-r--r--src/etc/inc/util.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/util.inc b/src/etc/inc/util.inc
index 1b8ba36..4213bc5 100644
--- a/src/etc/inc/util.inc
+++ b/src/etc/inc/util.inc
@@ -2478,7 +2478,7 @@ function get_smart_drive_list() {
// Validate a network address
// $addr: the address to validate
// $type: IPV4|IPV6|IPV4V6
-// $label: the used by the GUI to display this value. Required to compose an error message
+// $label: the label used by the GUI to display this value. Required to compose an error message
// $err_msg: pointer to the callers error message array so that error messages can be added to it here
// $alias: are aliases permitted for this address?
function validateipaddr(&$addr, $type, $label, &$err_msg, $alias=false) {
OpenPOWER on IntegriCloud