summaryrefslogtreecommitdiff
path: root/src/basic/unit-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/unit-def.h')
-rw-r--r--src/basic/unit-def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/unit-def.h b/src/basic/unit-def.h
index 5979819dc0..edb3ff8fe8 100644
--- a/src/basic/unit-def.h
+++ b/src/basic/unit-def.h
@@ -7,7 +7,7 @@
/* The enum order is used to order unit jobs in the job queue
* when other criteria (cpu weight, nice level) are identical.
- * In this case service units have the hightest priority. */
+ * In this case service units have the highest priority. */
typedef enum UnitType {
UNIT_SERVICE = 0,
UNIT_MOUNT,