diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-04-08 09:56:10 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-04-08 09:56:10 -0600 |
commit | 555baa8fb07d4296c271ebc263a0a8fbe30268ee (patch) | |
tree | a8263710d0b7d7b389c5a637787c54cd67f3e504 /src/libutil | |
parent | 54f91923c844a98c4f8fd4c06feab9421a879ad7 (diff) |
comments
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/error.hh | 2 |
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> |