summaryrefslogtreecommitdiff
path: root/src/core/device.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-05-14 04:58:47 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-05-14 04:58:47 +0900
commit3881fd406b13746336c6c654fd2f68261161fd8a (patch)
tree862620ac253f24a821ef9dc9ae4aab611b961d93 /src/core/device.c
parent027301b43422da63eafe04c17f725935a5a10502 (diff)
downloadsystemd-3881fd406b13746336c6c654fd2f68261161fd8a.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/core/device.c')
-rw-r--r--src/core/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/device.c b/src/core/device.c
index 1a4563a3d9..4c261ec554 100644
--- a/src/core/device.c
+++ b/src/core/device.c
@@ -187,7 +187,7 @@ static int device_coldplug(Unit *u) {
* Also, there is no deserialized device. Device units are (a) generated based on dependencies of
* other units, or (b) generated when uevents are received.
*
- * - On switch-root, the udev databse may be cleared, except for devices with sticky bit, i.e.
+ * - On switch-root, the udev database may be cleared, except for devices with sticky bit, i.e.
* OPTIONS="db_persist". Hence, almost no devices are enumerated in the step 2. However, in general,
* we have several serialized devices. So, DEVICE_FOUND_UDEV bit in the deserialized_found must be
* ignored, as udev rules in initramfs and the main system are often different. If the deserialized