From 82d7c78b0cb53f22a39593e3b4772c50a543664c Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Thu, 18 Sep 2014 21:25:19 +0200 Subject: [PATCH] Reverted typo fix for vj.c which is in the original sources: no need to add a diff only because of a typo... --- src/netif/ppp/vj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/ppp/vj.c b/src/netif/ppp/vj.c index 34d325fe..5c195909 100644 --- a/src/netif/ppp/vj.c +++ b/src/netif/ppp/vj.c @@ -1,5 +1,5 @@ /* - * Routines to compress and uncompress tcp packets (for transmission + * Routines to compress and uncompess tcp packets (for transmission * over low speed serial lines. * * Copyright (c) 1989 Regents of the University of California.