From 5d5f13ab667d1a410d95179336606598cb756492 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Feb 2019 09:43:25 +0200 Subject: Fix typo --- bbot/agent/machine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.1