diff options
Diffstat (limited to 'src/gpt-auto-generator')
-rw-r--r-- | src/gpt-auto-generator/gpt-auto-generator.c | 2 |
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". */ |