]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix comment
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 17 Mar 2021 11:35:47 +0000 (11:35 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 17 Mar 2021 11:35:51 +0000 (11:35 +0000)
src/lib/server/tmpl_eval.c

index 168cb57cd597ec9ce827e4c5f27eb1a839ee5046..74e5b4c43ddb00dc8a76a0d1d4228c08a3066331 100644 (file)
@@ -270,7 +270,7 @@ fr_type_t tmpl_expanded_type(tmpl_t const *vpt)
  * @param dst_type             FR_TYPE_* matching out pointer.  @see tmpl_expand.
  * @return
  *     - -1 on failure.
- *     - The length of data written to buff, or pointed to by out.
+ *     - The length of data written out.
  */
 ssize_t _tmpl_to_type(void *out,
                      uint8_t *buff, size_t bufflen,