X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Funit.h;h=45849a4b126491bd6dacd06b1bea3cfbc475efbf;hp=9d75e02532a40776b8b0374e2a551edf398855ee;hb=49f43d5f91a99b23f745726aa351d8f159774357;hpb=7f2cddae09fd2579ae24434df577bb5e5a157d86 diff --git a/src/core/unit.h b/src/core/unit.h index 9d75e0253..45849a4b1 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -27,7 +27,6 @@ typedef struct Unit Unit; typedef struct UnitVTable UnitVTable; -typedef enum UnitType UnitType; typedef enum UnitActiveState UnitActiveState; typedef enum UnitDependency UnitDependency; typedef struct UnitRef UnitRef; @@ -221,7 +220,7 @@ struct Unit { /* Ignore this unit when snapshotting */ bool ignore_on_snapshot; - /* Did the last condition check suceed? */ + /* Did the last condition check succeed? */ bool condition_result; bool in_load_queue:1;