update explanation of what we're doing
authorAlan T. DeKok <aland@freeradius.org>
Sun, 13 Sep 2015 14:30:32 +0000 (10:30 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 13 Sep 2015 14:30:45 +0000 (10:30 -0400)
src/main/xlat.c

index 498f6b2..87c206f 100644 (file)
@@ -2262,7 +2262,7 @@ static char *xlat_aprint(TALLOC_CTX *ctx, REQUEST *request, xlat_exp_t const * c
                /*
                 *      Smash \n --> CR.
                 *
-                *      The OUTPUT of xlat is a printable string.  The INPUT might not be...
+                *      The OUTPUT of xlat is a "raw" string.  The INPUT is a printable string.
                 *
                 *      This is really the reverse of fr_prints().
                 */