summaryrefslogtreecommitdiff
path: root/expat/xmlwf
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-11-04 07:52:31 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2019-11-04 07:52:31 -0500
commit56893d4fbbfd22cc876ec2394e04b54fed109c5d (patch)
tree1ef9744183f21f6aa59c9393f1b8747ec8ba8984 /expat/xmlwf
parent515f5d07c698d041cad5ec868002e6497be1c764 (diff)
downloadlibexpat-git-56893d4fbbfd22cc876ec2394e04b54fed109c5d.tar.gz
Fix source comment typos
Found via `codespell -q 3 -S ./testdata,./expat/Changes`
Diffstat (limited to 'expat/xmlwf')
-rw-r--r--expat/xmlwf/xmlfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/xmlwf/xmlfile.c b/expat/xmlwf/xmlfile.c
index 922e18b0..e3d22c57 100644
--- a/expat/xmlwf/xmlfile.c
+++ b/expat/xmlwf/xmlfile.c
@@ -176,7 +176,7 @@ externalEntityRefFilemap(XML_Parser parser, const XML_Char *context,
static int
processStream(const XML_Char *filename, XML_Parser parser) {
- /* passing NULL for filename means read intput from stdin */
+ /* passing NULL for filename means read input from stdin */
int fd = 0; /* 0 is the fileno for stdin */
if (filename != NULL) {