Skip to content

Commit

Permalink
Fix wrong comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihaikuo committed May 29, 2018
1 parent 01c7937 commit 3a18498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/share-mgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 3a18498

Please sign in to comment.