Commit d60064132aa0ffe2bb7a02716b054b0456947e77

Carlos Martín Nieto 2014-01-30T17:24:46

docs: produce literal asterisks

diff --git a/include/git2/revwalk.h b/include/git2/revwalk.h
index c59b799..850a1a5 100644
--- a/include/git2/revwalk.h
+++ b/include/git2/revwalk.h
@@ -108,7 +108,7 @@ GIT_EXTERN(int) git_revwalk_push(git_revwalk *walk, const git_oid *id);
  * pattern will be pushed to the revision walker.
  *
  * A leading 'refs/' is implied if not present as well as a trailing
- * '/ *' if the glob lacks '?', '*' or '['.
+ * '/\*' if the glob lacks '?', '\*' or '['.
  *
  * @param walk the walker being used for the traversal
  * @param glob the glob pattern references should match
@@ -147,7 +147,7 @@ GIT_EXTERN(int) git_revwalk_hide(git_revwalk *walk, const git_oid *commit_id);
  * revision walk.
  *
  * A leading 'refs/' is implied if not present as well as a trailing
- * '/ *' if the glob lacks '?', '*' or '['.
+ * '/\*' if the glob lacks '?', '\*' or '['.
  *
  * @param walk the walker being used for the traversal
  * @param glob the glob pattern references should match