summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Styblik <stybla@turnovfree.net>2014-04-26 14:43:30 +0200
committerZdenek Styblik <stybla@turnovfree.net>2014-04-26 14:43:30 +0200
commiteeeb973e39be9a3dae549beee859c484670b5169 (patch)
tree46ae0f589e35c4a9ad9b255e77079f08d36b8107
parent166ae1da23f462c72684caa9d75bb3dbb6b7813a (diff)
downloadipmitool-eeeb973e39be9a3dae549beee859c484670b5169.tar.gz
Make comment about 'source offset' explicit
-rw-r--r--lib/ipmi_fru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ipmi_fru.c b/lib/ipmi_fru.c
index 80d1ad6..1b2e0cd 100644
--- a/lib/ipmi_fru.c
+++ b/lib/ipmi_fru.c
@@ -4782,7 +4782,7 @@ f_type, uint8_t f_index, char *f_string)
checksum = (~checksum) + 1;
fru_data[header_offset + fru_section_len - 1] = checksum;
- /* Write the updated section to the FRU data; source offset: */
+ /* Write the updated section to the FRU data; source offset => 0 */
if( write_fru_area(intf, &fru, fruId, 0,
header_offset, fru_section_len, fru_data) < 0 )
{