]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/gpt-auto-generator/gpt-auto-generator.c
tree-wide: fix typo
[thirdparty/systemd.git] / src / gpt-auto-generator / gpt-auto-generator.c
index 9b113180171407b2199b9b76f991168665b12c31..dcf95a3ee1e27edfcda35ad1239792204f8bdca6 100644 (file)
@@ -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". */