aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-25 16:18:14 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-25 16:18:14 +0000
commit4ae3f438b46b1e4b5be5f7d1d64a159f0a77753f (patch)
treec7e8daf1ddcf61058d066fcd63963b64967cb761
parent6277fddb7d6ba20b2a8b44db44d7c6015336e3e1 (diff)
downloadfetchmail-4ae3f438b46b1e4b5be5f7d1d64a159f0a77753f.tar.gz
fetchmail-4ae3f438b46b1e4b5be5f7d1d64a159f0a77753f.tar.bz2
fetchmail-4ae3f438b46b1e4b5be5f7d1d64a159f0a77753f.zip
Fix typo.
svn path=/trunk/; revision=2450
-rw-r--r--interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.c b/interface.c
index 576b8dab..d93b096d 100644
--- a/interface.c
+++ b/interface.c
@@ -59,7 +59,7 @@ static char *netdevfmt;
#if defined(linux)
void interface_init(void)
-/* figure out which /roc/dev/net format to use */
+/* figure out which /proc/dev/net format to use */
{
FILE *fp = popen("uname -r", "r"); /* still wins if /proc is out */