diff options
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r-- | src/udev/udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 5f1c0934de..f3236dedfa 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -413,7 +413,7 @@ static int worker_mark_block_device_read_only(sd_device *dev) { /* Exclude synthetic devices for now, this is supposed to be a safety feature to avoid modification * of physical devices, and what sits on top of those doesn't really matter if we don't allow the - * underlying block devices to recieve changes. */ + * underlying block devices to receive changes. */ if (STARTSWITH_SET(val, "dm-", "md", "drbd", "loop", "nbd", "zram")) return 0; |