summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-10 19:49:56 +0100
committerheper <heper@users.noreply.github.com>2015-11-10 19:49:56 +0100
commit7617e69572ef7ee4c476f6850a41cae6fb82a019 (patch)
treebb1c2085bf04adeba3eeea4c2c15ea0e544dcd46 /src/usr/local/www/status_rrd_graph_img.php
parenteef1e2a99c2a12e92d0a4933e4e65f586e5469d2 (diff)
downloadpfsense-7617e69572ef7ee4c476f6850a41cae6fb82a019.zip
pfsense-7617e69572ef7ee4c476f6850a41cae6fb82a019.tar.gz
fix typo
Diffstat (limited to 'src/usr/local/www/status_rrd_graph_img.php')
-rw-r--r--src/usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_rrd_graph_img.php b/src/usr/local/www/status_rrd_graph_img.php
index 5a5dbd8..0e7a0eb 100644
--- a/src/usr/local/www/status_rrd_graph_img.php
+++ b/src/usr/local/www/status_rrd_graph_img.php
@@ -251,7 +251,7 @@ $colorprocessor = array('00AA00', '990000', '0000FF', 'DD9B00', '000000');
/* Memory Usage active, inact, free, cache, wire */
$colormemory = array('00AA00', '990000', '0000FF', '666666', 'DD9B00');
-/* Usage current, cache, total, max */
+/* MBUF Usage current, cache, total, max */
$colormbuf = array('0080FF', '00E344', 'FF0000', '000000');
/* Traffic Shaper Queues q1, q2, q3, q4, q5, q6, q7, q8, q9 */
OpenPOWER on IntegriCloud