From: Arvin Schnell Date: Sat, 30 Jul 2011 10:18:26 +0000 (+0200) Subject: - improved comment X-Git-Tag: v0.1.3~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5f9b51b917ff330c25a1fa20d3b3981a4c83a63;p=thirdparty%2Fsnapper.git - improved comment --- diff --git a/snapper/Snapshot.cc b/snapper/Snapshot.cc index 73629633..16491d34 100644 --- a/snapper/Snapshot.cc +++ b/snapper/Snapshot.cc @@ -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