]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pathspec.h
t6500: use "ls -1" to snapshot ref database state
[thirdparty/git.git] / pathspec.h
index fceebb876f7a2f5d03fd18b6ad3d487d7c59938a..2341dc990102b0ffcf63636855cb6df3a864a603 100644 (file)
@@ -108,7 +108,7 @@ struct pathspec {
  *
  * A similar process is applied when a new pathspec magic is added. The designer
  * lifts the GUARD_PATHSPEC restriction in the functions that support the new
- * magic. At the same time (s)he has to make sure this new feature will be
+ * magic while at the same time making sure this new feature will be
  * caught at parse_pathspec() in commands that cannot handle the new magic in
  * some cases. grepping parse_pathspec() should help.
  */