diff options
Diffstat (limited to 'util/nvramtool/cmos_ops.c')
-rw-r--r-- | util/nvramtool/cmos_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/cmos_ops.c b/util/nvramtool/cmos_ops.c index 73d68e0a23..86ffe1022b 100644 --- a/util/nvramtool/cmos_ops.c +++ b/util/nvramtool/cmos_ops.c @@ -122,7 +122,7 @@ int prepare_cmos_write(const cmos_entry_t * e, const char value_str[], break; case CMOS_ENTRY_HEX: - /* See if the first character of 'value_str' (excluding + /* See if the first character of 'value_str' (excluding * any initial whitespace) is a minus sign. */ for (p = value_str; isspace(*p); p++) ; |