diff --git a/morph/lib/borgbackup.nix b/morph/lib/borgbackup.nix
index ecc43bff377098acbd8ee133d7a2d2608a126bcb..229dc218bc537d03e23052c51ea8ae42d851a5dd 100644
--- a/morph/lib/borgbackup.nix
+++ b/morph/lib/borgbackup.nix
@@ -1,6 +1,6 @@
-# Importing this adds a daily borgbackup job to a node.
-# It has all the common config and keys, but can
-# be extended invidually to include more folders.
+# Importing this adds a daily borg backup job to a node.
+# It has all the common config and keys, but can be configured
+# to back up more (or entirely different) folders.
 
 
 { lib, config, ...}: