From: Alan T. DeKok Date: Sun, 13 Sep 2015 14:30:32 +0000 (-0400) Subject: update explanation of what we're doing X-Git-Tag: release_3_0_10~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd320580c302412796197d6c180eae3a8ab91d97;p=thirdparty%2Ffreeradius-server.git update explanation of what we're doing --- diff --git a/src/main/xlat.c b/src/main/xlat.c index 498f6b23610..87c206fe409 100644 --- a/src/main/xlat.c +++ b/src/main/xlat.c @@ -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(). */