aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-05 09:43:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-05 09:43:25 +0200
commit5d5f13ab667d1a410d95179336606598cb756492 (patch)
tree14d7d0331a0ac1be6cf3275902287b717c6be0fa
parent57a4bdd563db4bc12ad1aa3aaa6d0000cc486fc7 (diff)
Fix typo
-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];