]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/blockdev-util.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / basic / blockdev-util.c
index 3017ecd55d399cfe0af36d159331c7725d490412..0d7ea83b7577a46a4e6f88b13234aab3ec67ec67 100644 (file)
@@ -59,7 +59,7 @@ int get_block_device(const char *path, dev_t *dev) {
         assert(path);
         assert(dev);
 
-        /* Get's the block device directly backing a file system. If
+        /* Gets the block device directly backing a file system. If
          * the block device is encrypted, returns the device mapper
          * block device. */