Explorar el Código

storage/reflink: fix comment

Rusty Bird hace 4 años
padre
commit
d54e4b0c6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      qubes/storage/reflink.py

+ 1 - 1
qubes/storage/reflink.py

@@ -81,7 +81,7 @@ class ReflinkPool(qubes.storage.Pool):
 
     def init_volume(self, vm, volume_config):
         # Fail closed on any strange VM dir_path_prefix, just in case
-        # /etc/udev/rules/00-qubes-ignore-devices.rules needs updating
+        # /etc/udev/rules.d/00-qubes-ignore-devices.rules needs update
         assert vm.dir_path_prefix in self._known_dir_path_prefixes, \
                'Unknown dir_path_prefix {!r}'.format(vm.dir_path_prefix)