summaryrefslogtreecommitdiff
path: root/src/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp.h')
-rw-r--r--src/regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp.h b/src/regexp.h
index 61824bf5c..f4810c70b 100644
--- a/src/regexp.h
+++ b/src/regexp.h
@@ -62,7 +62,7 @@ int git_regexp_compile(git_regexp *r, const char *pattern, int flags);
/**
* Free memory associated with the regular expression
*
- * @param r The regular expression structure to dispose.
+ e @param r The regular expression structure to dispose.
*/
void git_regexp_dispose(git_regexp *r);