1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-09 03:08:57 +00:00

Fix wrong comment.

This commit is contained in:
cuihaikuo
2018-05-29 16:57:36 +08:00
parent 01c7937580
commit 3a184986b7

View File

@@ -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.
*/