diff options
-rw-r--r-- | sys/dev/xe/if_xereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xereg.h b/sys/dev/xe/if_xereg.h index 9b3c39a..f3ab4b5 100644 --- a/sys/dev/xe/if_xereg.h +++ b/sys/dev/xe/if_xereg.h @@ -568,7 +568,7 @@ * for (i = 0; i < 6; i++) { * current = mcast_addr[i]; * for (k = 1; k <= 8; k++) { - * if (crc & 0x80000000); + * if (crc & 0x80000000) * crc31 = 0x01; * else * crc31 = 0; |