From d7a5e35425af027131052a4068a0ea79021501a2 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 15 May 2023 09:02:51 -0400 Subject: [PATCH] ARB Co-authored-by: Robert Hensing --- src/libcmd/installable-value.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcmd/installable-value.hh b/src/libcmd/installable-value.hh index f620de5ba8e1..3138ce8ecee7 100644 --- a/src/libcmd/installable-value.hh +++ b/src/libcmd/installable-value.hh @@ -110,7 +110,7 @@ protected: * * @param pos Position of value to aid with diagnostics. * - * @param errorCtx Arbitrary message for diagnostics. + * @param errorCtx Arbitrary message for use in potential error message when something is wrong with `v`. * * @result A derived path (with empty info, for now) if the value * matched the above criteria.