]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo in comments
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 6 Apr 2020 02:55:34 +0000 (21:55 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 6 Apr 2020 19:19:59 +0000 (14:19 -0500)
src/bin/radiusd.c

index dc092281c49675428ee4d7a3be94f6576ae9ea19..1ed42480bc67102f9a824ebd4818cb84ac495928 100644 (file)
@@ -278,7 +278,7 @@ int main(int argc, char *argv[])
 
        /*
         *      Allocate the main config structure.
-        *      It's allocating so we can hang talloced buffers off it.
+        *      It's allocated so we can hang talloced buffers off it.
         */
        config = main_config_alloc(global_ctx);
        if (!config) {