aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/machine.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/machine.cxx')
-rw-r--r--bbot/agent/machine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx
index 2566ca4..8eb70b6 100644
--- a/bbot/agent/machine.cxx
+++ b/bbot/agent/machine.cxx
@@ -150,7 +150,7 @@ namespace bbot
generate_mac ()
{
// The last two bits of the first byte are special: bit 1 indicates a
- // multicast address (which we don't want) while bit 1 -- local assignment
+ // multicast address (which we don't want) while bit 2 -- local assignment
// (which we do want).
//
char r[6 * 2 + 5 + 1];