aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/e1000_mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/e1000/e1000_mbx.c')
-rw-r--r--sys/dev/e1000/e1000_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/e1000/e1000_mbx.c b/sys/dev/e1000/e1000_mbx.c
index 3fc3811757f7..970b9ae0e01a 100644
--- a/sys/dev/e1000/e1000_mbx.c
+++ b/sys/dev/e1000/e1000_mbx.c
@@ -404,7 +404,7 @@ static s32 e1000_check_for_ack_vf(struct e1000_hw *hw,
* @hw: pointer to the HW structure
* @mbx_id: id of mailbox to check
*
- * returns TRUE if the PF has set the reset done bit or else FALSE
+ * returns true if the PF has set the reset done bit or else false
**/
static s32 e1000_check_for_rst_vf(struct e1000_hw *hw,
u16 E1000_UNUSEDARG mbx_id)