chiark / gitweb /
keymap: Add Samsung 90X3A
[elogind.git] / src / udev-rules.c
index a5b4b7306affd07bca819add89adddd8ff05c0ca..8a85eae717339a5a46eb9f901dbc949d1c7dd560 100644 (file)
@@ -1737,7 +1737,7 @@ static int add_matching_files(struct udev *udev, struct udev_list *file_list, co
                 dbg(udev, "put file '%s' into list\n", filename);
                 /*
                  * the basename is the key, the filename the value
-                 * identical basenames from different directories overwrite each other
+                 * identical basenames from different directories override each other
                  * entries are sorted after basename
                  */
                 udev_list_entry_add(file_list, dent->d_name, filename);