projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2699fe6
)
(inet_net_pton_ipv4): Correct typo in comment.
author
drepper
<drepper>
Thu, 29 May 1997 11:56:57 +0000
(11:56 +0000)
committer
drepper
<drepper>
Thu, 29 May 1997 11:56:57 +0000
(11:56 +0000)
resolv/inet_net_pton.c
patch
|
blob
|
history
diff --git
a/resolv/inet_net_pton.c
b/resolv/inet_net_pton.c
index
0c26931
..
bf6fe02
100644
(file)
--- a/
resolv/inet_net_pton.c
+++ b/
resolv/inet_net_pton.c
@@
-166,7
+166,7
@@
inet_net_pton_ipv4(src, dst, size)
goto emsgsize;
}
- /* Fi
er
y death and destruction unless we prefetched EOS. */
+ /* Fi
re
y death and destruction unless we prefetched EOS. */
if (ch != '\0')
goto enoent;