diff options
Diffstat (limited to 'drivers/message/i2o/i2o_block.c')
| -rw-r--r-- | drivers/message/i2o/i2o_block.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_block.c b/drivers/message/i2o/i2o_block.c index f87a9d405a5..ae7cad18589 100644 --- a/drivers/message/i2o/i2o_block.c +++ b/drivers/message/i2o/i2o_block.c @@ -309,7 +309,7 @@ static inline void i2o_block_request_free(struct i2o_block_request *ireq)   *	@ireq: I2O block request   *	@mptr: message body pointer   * - *	Builds the SG list and map it to be accessable by the controller. + *	Builds the SG list and map it to be accessible by the controller.   *   *	Returns 0 on failure or 1 on success.   */  |