X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pmd_ixgbe%2Fixgbe_bypass_api.h;h=3975be4ad4681bb90bc827a2630118693da26afe;hb=c738c6a644e5a07fa98ede668775c08ec5321273;hp=6bd6317a41798a2bb16f612caddda88a99c1250b;hpb=36d9324ed0a195cc7b84583ad8570fdc92ba1c80;p=dpdk.git diff --git a/lib/librte_pmd_ixgbe/ixgbe_bypass_api.h b/lib/librte_pmd_ixgbe/ixgbe_bypass_api.h index 6bd6317a41..3975be4ad4 100644 --- a/lib/librte_pmd_ixgbe/ixgbe_bypass_api.h +++ b/lib/librte_pmd_ixgbe/ixgbe_bypass_api.h @@ -155,7 +155,7 @@ static s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status) * * If we send a write we can't be sure it took until we can read back * that same register. It can be a problem as some of the feilds may - * for valid reasons change inbetween the time wrote the register and + * for valid reasons change between the time wrote the register and * we read it again to verify. So this function check everything we * can check and then assumes it worked. * @@ -254,7 +254,7 @@ static s32 ixgbe_bypass_set_generic(struct ixgbe_hw *hw, u32 ctrl, u32 event, } /** - * ixgbe_bypass_rd_eep_generic - Read the bypass FW eeprom addres. + * ixgbe_bypass_rd_eep_generic - Read the bypass FW eeprom address. * * @hw: pointer to hardware structure * @addr: The bypass eeprom address to read.