From: Arran Cudbard-Bell Date: Mon, 18 May 2015 00:41:19 +0000 (-0400) Subject: Typo in comment X-Git-Tag: release_3_0_9~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd5dd672769c9d485708d9e539f9e4a4eec3dd3;p=thirdparty%2Ffreeradius-server.git Typo in comment --- diff --git a/src/main/map.c b/src/main/map.c index 5020b2b7706..9c75df93033 100644 --- a/src/main/map.c +++ b/src/main/map.c @@ -1558,7 +1558,7 @@ void map_debug_log(REQUEST *request, vp_map_t const *map, VALUE_PAIR const *vp) /* * Not appropriate to use map->rhs->quote here, as that's the quoting - * around the list. The attribute value has no quoting, so we choose + * around the list ref. The attribute value has no quoting, so we choose * the quoting based on the data type, and whether it's printable. */ if (vp->da->type == PW_TYPE_STRING) quote = is_printable(vp->vp_strvalue, @@ -1575,7 +1575,7 @@ void map_debug_log(REQUEST *request, vp_map_t const *map, VALUE_PAIR const *vp) /* * Not appropriate to use map->rhs->quote here, as that's the quoting - * around the list. The attribute value has no quoting, so we choose + * around the attr ref. The attribute value has no quoting, so we choose * the quoting based on the data type, and whether it's printable. */ if (vp->da->type == PW_TYPE_STRING) quote = is_printable(vp->vp_strvalue,