]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/udevd.c
tree-wide: spellcheck fixes
[thirdparty/systemd.git] / src / udev / udevd.c
index 5f1c0934de7e68ef17a769d46c055d9805c32da0..f3236dedfab75c3b865d121fc923130967e11150 100644 (file)
@@ -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;