diff options
Diffstat (limited to 'usr/src/lib/libipmi/common')
-rw-r--r-- | usr/src/lib/libipmi/common/ipmi_fru.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libipmi/common/ipmi_fru.c b/usr/src/lib/libipmi/common/ipmi_fru.c index b429f91934..b03198b614 100644 --- a/usr/src/lib/libipmi/common/ipmi_fru.c +++ b/usr/src/lib/libipmi/common/ipmi_fru.c @@ -108,7 +108,7 @@ ipmi_fru_read(ipmi_handle_t *ihp, ipmi_sdr_fru_locator_t *fru_loc, char **buf) /* * The FRU area must be read in chunks as its total size will - * be larger that what would fit in a single message. The + * be larger than what would fit in a single message. The * maximum size of a message can vary between platforms so * if while attempting to read a chunk we receive an error code * indicating that the requested chunk size is invalid, we will |