Fix 'take effect' spelling in menus and comments.

Signed-off-by: John Bentley <johnbentley.public@gmail.com>
Pull Request: https://github.com/freebsd/freebsd-src/pull/559
This commit is contained in:
betterentley 2021-11-12 16:55:27 -05:00 committed by Warner Losh
parent 9cb485d18f
commit f7c32ed617
7 changed files with 7 additions and 7 deletions

View File

@ -698,7 +698,7 @@ will start receiving
when packets arrive.
Note that you must do an
.Dv FIOSETOWN
in order for this to take affect,
in order for this to take effect,
as the system will not default this for you.
The signal may be changed via
.Dv BIOCSRSIG .

View File

@ -88,7 +88,7 @@ There a number of configuration parameters that can be set to tweak the
driver's behavior.
These parameters can be set via the
.Xr loader.conf 5
file to take affect during the next system boot.
file to take effect during the next system boot.
The following parameters affect
ALL instances of the driver.
.Bl -tag -width indent

View File

@ -2020,7 +2020,7 @@ s32 e1000_phy_force_speed_duplex_ife(struct e1000_hw *hw)
* disable auto-negotiation, configure duplex, configure speed, configure
* the collision distance, write configuration to CTRL register. The
* caller must write to the PHY_CONTROL register for these settings to
* take affect.
* take effect.
**/
void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl)
{

View File

@ -590,7 +590,7 @@ s32 igc_setup_copper_link_generic(struct igc_hw *hw)
* disable auto-negotiation, configure duplex, configure speed, configure
* the collision distance, write configuration to CTRL register. The
* caller must write to the PHY_CONTROL register for these settings to
* take affect.
* take effect.
**/
void igc_phy_force_speed_duplex_setup(struct igc_hw *hw, u16 *phy_ctrl)
{

View File

@ -561,7 +561,7 @@ SCI_STATUS scif_user_parameters_set(
// In the future more could be done to prevent setting parameters at the
// wrong time, but for now we'll simply set the values even if it is too
// late for them to take affect.
// late for them to take effect.
return SCI_SUCCESS;
}

View File

@ -3110,7 +3110,7 @@ int mlx4_set_vf_rate(struct mlx4_dev *dev, int port, int vf, int min_tx_rate,
mlx4_info(dev, "VF in VGT mode (needed VST)\n");
mlx4_info(dev,
"rate %d take affect when VF moves to valid state\n",
"rate %d take effect when VF moves to valid state\n",
max_tx_rate);
return 0;
}

View File

@ -33,7 +33,7 @@ msg_exit="Exit"
msg_exit_this_menu="Exit this menu"
msg_highly_secure="Highly Secure"
msg_highly_secure_mode="Highly secure mode"
msg_menu_text="This menu allows you to configure aspects of the operating system security\npolicy. Please read the system documentation carefully before modifying\nthese settings, as they may cause service disruption if used improperly.\n\nMost settings will take affect only following a system reboot."
msg_menu_text="This menu allows you to configure aspects of the operating system security\npolicy. Please read the system documentation carefully before modifying\nthese settings, as they may cause service disruption if used improperly.\n\nMost settings will take effect only following a system reboot."
msg_network_secure="Network Secure"
msg_network_secure_mode="Network secure mode"
msg_nfs_port="NFS port"