diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-03 03:41:25 +0000 |
commit | 453130d9bfc1c6d68b366dfcb041689d69f81295 (patch) | |
tree | fe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/isci/scil/scic_sds_port.c | |
parent | 7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff) |
sys/dev: minor spelling fixes.
Most affect comments, very few have user-visible effects.
Notes
Notes:
svn path=/head/; revision=298955
Diffstat (limited to 'sys/dev/isci/scil/scic_sds_port.c')
-rw-r--r-- | sys/dev/isci/scil/scic_sds_port.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isci/scil/scic_sds_port.c b/sys/dev/isci/scil/scic_sds_port.c index 59940f0035b9..42993a349465 100644 --- a/sys/dev/isci/scil/scic_sds_port.c +++ b/sys/dev/isci/scil/scic_sds_port.c @@ -584,7 +584,7 @@ void scic_sds_port_get_attached_protocols( } /** - * @brief This method returns the amount of memory requred for a port + * @brief This method returns the amount of memory required for a port * object. * * @return U32 @@ -3013,7 +3013,7 @@ SCI_STATUS scic_sds_port_ready_waiting_substate_start_io_handler( //**************************************************************************** /** - * This method will casue the port to reset. + * This method will cause the port to reset. * * @param[in] port This is the SCI_BASE_PORT object which is cast into a * SCIC_SDS_PORT object. |