X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Funit.h;h=5b4dda4cb0fcf19eee449abe4c624ae6a881f9a6;hb=bfba3256a02a0871579c4ee48d787dfe4585fd8d;hp=89bd61c2d8fae939c03521de8b8e347d8b0c6d94;hpb=85e9a1010d16064ce435b84f02dc585bc645aade;p=elogind.git diff --git a/src/core/unit.h b/src/core/unit.h index 89bd61c2d..5b4dda4cb 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -285,7 +285,7 @@ struct UnitVTable { * UNIT_STUB if no configuration could be found. */ int (*load)(Unit *u); - /* If a a lot of units got created via enumerate(), this is + /* If a lot of units got created via enumerate(), this is * where to actually set the state and call unit_notify(). */ int (*coldplug)(Unit *u);