diff options
author | jim-p <jimp@pfsense.org> | 2011-05-12 14:04:04 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-05-12 14:04:04 -0400 |
commit | 042578fd634f8c54a158417527d018e0f8f56b95 (patch) | |
tree | e684370971fc2c378d5d211801eb4187f5fc1c13 /usr/local | |
parent | dc073abdfdf04ccff94077d33b174c061e1f73df (diff) | |
download | pfsense-042578fd634f8c54a158417527d018e0f8f56b95.zip pfsense-042578fd634f8c54a158417527d018e0f8f56b95.tar.gz |
Fix comment
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/status_dhcp_leases.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_dhcp_leases.php b/usr/local/www/status_dhcp_leases.php index 806084b..39ed024 100755 --- a/usr/local/www/status_dhcp_leases.php +++ b/usr/local/www/status_dhcp_leases.php @@ -209,7 +209,7 @@ while($i < $leases_count) { $f = $f+3; break; case "rewind": - /* skip the next binding statement */ + /* skip the rewind binding statement */ $f = $f+3; break; case "hardware": |