From: Arran Cudbard-Bell Date: Fri, 24 Nov 2017 17:21:46 +0000 (+0000) Subject: Fix comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f09eb75e9f46859121ead0675c1e02fc2e416f;p=thirdparty%2Ffreeradius-server.git Fix comment --- diff --git a/src/include/interpreter.h b/src/include/interpreter.h index 52d348410f9..481d8755b3d 100644 --- a/src/include/interpreter.h +++ b/src/include/interpreter.h @@ -272,7 +272,8 @@ typedef struct { /* * For func and alternate */ - fr_value_box_t *rhead; //!< Of nested expansion. + fr_value_box_t *rhead; //!< Head of the result of a nested + ///< expansion. fr_cursor_t result; //!< Result cursor, mainly useful for ///< asynchronous xlat functions. bool alternate; //!< record which alternate branch we