]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo in comment
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 18 May 2015 00:41:19 +0000 (20:41 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 18 May 2015 00:41:26 +0000 (20:41 -0400)
src/main/map.c

index 5020b2b7706c68edf0ce92090b406bdc0758adb6..9c75df93033bdfb4f23c1c8e49028841c6371143 100644 (file)
@@ -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,