From 3a184986b7b57bc9663eb14a8078490e942c327a Mon Sep 17 00:00:00 2001 From: cuihaikuo Date: Tue, 29 May 2018 16:57:36 +0800 Subject: [PATCH] Fix wrong comment. --- server/share-mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/share-mgr.c b/server/share-mgr.c index 436ac01..dd69d35 100644 --- a/server/share-mgr.c +++ b/server/share-mgr.c @@ -675,7 +675,7 @@ seaf_get_shared_repo_by_path (SeafRepoManager *mgr, GList *repo = NULL; GObject *ret = NULL; - /* If path is not NULL, 'repo_id' represents for the repo we want, + /* If path is NULL, 'repo_id' represents for the repo we want, * otherwise, 'repo_id' represents for the origin repo, * find virtual repo by path first. */