summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2018-04-17 12:07:08 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2018-07-30 12:40:59 +0200
commitb7c50b8ddeae4662c639369360f34b832b6b2e49 (patch)
treeffa60efc098a3ce9221614403a7a47cbbc9f80ed
parentd2293cdbc83b3ca79b9d7132c5a62dfd7e3751be (diff)
downloadlibxml2-b7c50b8ddeae4662c639369360f34b832b6b2e49.tar.gz
Remove stray character from comment
Fixes bug #795316: https://bugzilla.gnome.org/show_bug.cgi?id=795316
-rw-r--r--xpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpath.c b/xpath.c
index 9d223977..3fae0bf4 100644
--- a/xpath.c
+++ b/xpath.c
@@ -2,7 +2,7 @@
* xpath.c: XML Path Language implementation
* XPath is a language for addressing parts of an XML document,
* designed to be used by both XSLT and XPointer
- *f
+ *
* Reference: W3C Recommendation 16 November 1999
* http://www.w3.org/TR/1999/REC-xpath-19991116
* Public reference: