Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Sep 9, 2024
1 parent 0e6e0b8 commit a7d7cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/net/etraxfs_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ eth_write(void *opaque, hwaddr addr,
}
}

/* The ETRAX FS has a groupt address table (GAT) which works like a k=1 bloom
/* The ETRAX FS has a group address table (GAT) which works like a k=1 bloom
filter dropping group addresses we have not joined. The filter has 64
bits (m). The has function is a simple nible xor of the group addr. */
static int eth_match_groupaddr(ETRAXFSEthState *eth, const unsigned char *sa)
Expand Down

0 comments on commit a7d7cd6

Please sign in to comment.