aboutsummaryrefslogtreecommitdiff
path: root/src/libutil
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-04-08 09:56:10 -0600
committerBen Burdette <bburdette@gmail.com>2020-04-08 09:56:10 -0600
commit555baa8fb07d4296c271ebc263a0a8fbe30268ee (patch)
treea8263710d0b7d7b389c5a637787c54cd67f3e504 /src/libutil
parent54f91923c844a98c4f8fd4c06feab9421a879ad7 (diff)
comments
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/error.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/error.hh b/src/libutil/error.hh
index 7e76c0079..8286eaab1 100644
--- a/src/libutil/error.hh
+++ b/src/libutil/error.hh
@@ -50,7 +50,7 @@ public:
};
// ----------------------------------------------------------------
-// format for hints. same as fmt, except templated values
+// format function for hints. same as fmt, except templated values
// are always in yellow.
template <class T>