summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip/p9_xip_tool.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/xip/p9_xip_tool.C')
-rw-r--r--src/import/chips/p9/xip/p9_xip_tool.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_tool.C b/src/import/chips/p9/xip/p9_xip_tool.C
index eb245ed7..71c35c66 100644
--- a/src/import/chips/p9/xip/p9_xip_tool.C
+++ b/src/import/chips/p9/xip/p9_xip_tool.C
@@ -820,7 +820,7 @@ set(void* io_image, const int i_argc, const char** i_argv, int i_setv)
// We need to do a bit of preprocessing on the string to
// determine its format and set the base for strtoull(),
// otherwise strtoull() will be confused by leading zeros
- // e.g. in time strings generated by `date +%H%M`, and try to
+ // e.g. in time strings generated in hhmm format and try to
// process the string as octal.
if ((strlen(value) >= 2) && (value[0] == '0') &&
OpenPOWER on IntegriCloud