]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct comment grammar
authorNick Porter <nick@portercomputing.co.uk>
Wed, 6 Jan 2021 11:22:59 +0000 (11:22 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 21 Jan 2021 23:05:49 +0000 (23:05 +0000)
src/lib/util/struct.c

index 44b5aae8d44526f102857822264f39558f870a81..0fcbc273fa6e594f76768b289caf9f81f618f2ca 100644 (file)
@@ -433,14 +433,13 @@ ssize_t fr_struct_to_network(fr_dbuff_t *dbuff,
        }
 
        /*
-        *      If we get passed a struct VP, sort it's children.
+        *      If we get passed a struct VP, sort its children.
         */
        if (vp->da->type == FR_TYPE_STRUCT) {
                fr_pair_t *sorted = fr_dcursor_current(parent_cursor); /* NOT const */
 
                fr_pair_list_sort(&sorted->vp_group, pair_sort_increasing);
                fr_dcursor_init(&child_cursor, &sorted->vp_group);
-
                /*
                 *      Build the da_stack for the new structure.
                 */