From: Matthew Leeds Date: Wed, 28 Feb 2018 23:58:41 +0000 (-0800) Subject: lib/repo-finder-mount: Update comment about paths X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~25^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0e4a4f03bb1288b9dbb1e8643de35166e348db0;p=ostree.git lib/repo-finder-mount: Update comment about paths This updates the gtk-doc comment for OstreeRepoFinderMount to match the correct flatpak repo path, which was fixed in commit 6db6268df. Closes: #1473 Approved by: cgwalters --- diff --git a/src/libostree/ostree-repo-finder-mount.c b/src/libostree/ostree-repo-finder-mount.c index cdb958cd..41aefb75 100644 --- a/src/libostree/ostree-repo-finder-mount.c +++ b/src/libostree/ostree-repo-finder-mount.c @@ -52,7 +52,7 @@ * enumerated, and all OSTree repositories below it will be searched, in lexical * order, for the requested #OstreeCollectionRefs. The names of the directories * below `.ostree/repos.d` are irrelevant, apart from their lexical ordering. - * The directories `.ostree/repo`, `ostree/repo` and `var/lib/flatpak` + * The directories `.ostree/repo`, `ostree/repo` and `var/lib/flatpak/repo` * will be searched after the others, if they exist. * Non-removable volumes are ignored. *