diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-04 01:58:10 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-04 01:58:10 +0200 |
commit | fcdd21ec6a615a5df8d00c8a25415dba7e54ce7a (patch) | |
tree | e458debd84511be9f1f6916a2b23dc67911a6771 /src/test/test-blockdev-util.c | |
parent | sd-journal: drop unnecessary re-read of object (diff) | |
download | systemd-fcdd21ec6a615a5df8d00c8a25415dba7e54ce7a.tar.xz systemd-fcdd21ec6a615a5df8d00c8a25415dba7e54ce7a.zip |
tree-wide: fix typo
Diffstat (limited to 'src/test/test-blockdev-util.c')
-rw-r--r-- | src/test/test-blockdev-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-blockdev-util.c b/src/test/test-blockdev-util.c index 4002063a19..b97783b41f 100644 --- a/src/test/test-blockdev-util.c +++ b/src/test/test-blockdev-util.c @@ -12,7 +12,7 @@ static void test_path_is_encrypted_one(const char *p, int expect) { /* This might fail, if btrfs is used and we run in a container. In that case we cannot * resolve the device node paths that BTRFS_IOC_DEV_INFO returns, because the device nodes * are unlikely to exist in the container. But if we can't stat() them we cannot determine - * the dev_t of them, and thus cannot figure out if they are enrypted. Hence let's just + * the dev_t of them, and thus cannot figure out if they are encrypted. Hence let's just * ignore ENOENT here. Also skip the test if we lack privileges. */ return; assert_se(r >= 0); |