Skip to content

Commit 83bed19

Browse files
committed
Fix wording of comment about the /cygdrive prefix
1 parent 5364053 commit 83bed19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/repo/fun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def find_submodule_git_dir(d: PathLike) -> Optional[PathLike]:
112112
path = content[8:]
113113

114114
if Git.is_cygwin():
115-
# Cygwin creates submodules prefixed with `/cygdrive/...` suffixes.
115+
# Cygwin creates submodules prefixed with `/cygdrive/...`.
116116
# Cygwin git understands Cygwin paths much better than Windows ones.
117117
# Also the Cygwin tests are assuming Cygwin paths.
118118
path = cygpath(path)

0 commit comments

Comments
 (0)