chiark / gitweb /
modules-load: drop /lib from search path if we don't have it split off
[elogind.git] / src / device.h
index ee50cfafc65ed8606f026962990a1f78a1465377..a05c3d37b06735cd73d40876e9c5c7c6b9fc4008 100644 (file)
@@ -36,11 +36,11 @@ typedef enum DeviceState {
 } DeviceState;
 
 struct Device {
-        Meta meta;
+        Unit meta;
 
         char *sysfs;
 
-        /* In order to be able to distuingish dependencies on
+        /* In order to be able to distinguish dependencies on
         different device nodes we might end up creating multiple
         devices for the same sysfs path. We chain them up here. */