]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo fix in comments of fr_pair_value_from_str 1834/head
authorHerwin Weststrate <herwin@quarantainenet.nl>
Wed, 9 Nov 2016 08:48:30 +0000 (09:48 +0100)
committerHerwin Weststrate <herwin@quarantainenet.nl>
Wed, 9 Nov 2016 08:51:08 +0000 (09:51 +0100)
inline => inlen

src/lib/pair.c

index 9c4e5e37c85fb9acd9c51b25d95217cea72b4d41..e82bcd02ae1200eb68644383b85e7893947fa8fb 100644 (file)
@@ -1920,7 +1920,7 @@ void fr_pair_list_mcopy_by_num(TALLOC_CTX *ctx, VALUE_PAIR **to, VALUE_PAIR **fr
  *
  * @param vp to assign value to.
  * @param value string to convert. Binary safe for variable length values if len is provided.
- * @param inlen may be < 0 in which case strlen(len) is used to determine length, else inline
+ * @param inlen may be < 0 in which case strlen(len) is used to determine length, else inlen
  *       should be the length of the string or sub string to parse.
  * @return
  *     - 0 on success.