summaryrefslogtreecommitdiff
path: root/src/gpt-auto-generator/gpt-auto-generator.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
commitd09df6b94e0c4924ea7064c79ab0441f5aff469b (patch)
tree5c79a78b875e19a80bdf7f48585defb717e69c3e /src/gpt-auto-generator/gpt-auto-generator.c
parenta98d69f0af505b4ccdd219f5d73dc72e9c063cc4 (diff)
downloadsystemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/gpt-auto-generator/gpt-auto-generator.c')
-rw-r--r--src/gpt-auto-generator/gpt-auto-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpt-auto-generator/gpt-auto-generator.c b/src/gpt-auto-generator/gpt-auto-generator.c
index 9b11318017..dcf95a3ee1 100644
--- a/src/gpt-auto-generator/gpt-auto-generator.c
+++ b/src/gpt-auto-generator/gpt-auto-generator.c
@@ -455,7 +455,7 @@ static int add_automount(
static const char *esp_or_xbootldr_options(const DissectedPartition *p) {
assert(p);
- /* Discoveried ESP and XBOOTLDR partition are always hardened with "noexec,nosuid,nodev".
+ /* Discovered ESP and XBOOTLDR partition are always hardened with "noexec,nosuid,nodev".
* If we probed vfat or have no idea about the file system then assume these file systems are vfat
* and thus understand "umask=0077". */