]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- improved comment
authorArvin Schnell <aschnell@suse.de>
Sat, 30 Jul 2011 10:18:26 +0000 (12:18 +0200)
committerArvin Schnell <aschnell@suse.de>
Sat, 30 Jul 2011 10:18:26 +0000 (12:18 +0200)
snapper/Snapshot.cc

index 73629633bed84c015a783256d4da9c826442d74a..16491d34285688cfcb773e71b05ed346cb79ae8a 100644 (file)
@@ -78,9 +78,9 @@ namespace snapper
 
 
     // Directory containing the actual content of the snapshot.
-    // For btrfs , e.g. "/" or "/home" for current and
-    // "/.snapshots/1/snapshot" or "/home/.snapshots/1/snapshot" otherwise.
-    // For ext4 e.g. "/" or "/home" for current and "/@1" or "/home@1"
+    // For btrfs e.g. "/" or "/home" for current and "/.snapshots/1/snapshot"
+    // or "/home/.snapshots/1/snapshot" otherwise.
+    // For ext4 e.g. "/" or "/home" for current and "/@1" or "/home@1"
     // otherwise.
     string
     Snapshot::snapshotDir() const