diff options
Diffstat (limited to 'sys/dev/mps/mps_config.c')
-rw-r--r-- | sys/dev/mps/mps_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mps/mps_config.c b/sys/dev/mps/mps_config.c index 9ecfbb3f36e3..c21506d39825 100644 --- a/sys/dev/mps/mps_config.c +++ b/sys/dev/mps/mps_config.c @@ -366,7 +366,7 @@ mps_base_static_config_pages(struct mps_softc *sc) /** * mps_wd_config_pages - get info required to support WarpDrive. This needs to - * be called after discovery is complete to guarentee that IR info is there. + * be called after discovery is complete to guarantee that IR info is there. * @sc: per adapter object * * Return nothing. |