X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fbusname.c;h=d2c926b471b4061965283e00f4af075c19e98a85;hp=275241507f2107ae77ab61b1585f9718303cbd67;hb=8d0e0ddda6501479eb69164687c83c1a7667b33a;hpb=0fdeb6e011dfdb17636c81e2d7e0d632186359ce diff --git a/src/core/busname.c b/src/core/busname.c index 275241507..d2c926b47 100644 --- a/src/core/busname.c +++ b/src/core/busname.c @@ -501,7 +501,7 @@ static void busname_enter_making(BusName *n) { goto fail; if (n->policy) { - /* If there's a policy we need to resolve user/group + /* If there is a policy, we need to resolve user/group * names, which we can't do from PID1, hence let's * fork. */ busname_unwatch_control_pid(n); @@ -514,7 +514,7 @@ static void busname_enter_making(BusName *n) { busname_set_state(n, BUSNAME_MAKING); } else { - /* If there's no policy then we can do everything + /* If there is no policy, we can do everything * directly from PID 1, hence do so. */ r = bus_kernel_make_starter(n->starter_fd, n->name, n->activating, n->accept_fd, NULL, n->policy_world);