From f711e3f58edd4e74ff7b527ead5323bfe578f3cf Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 18 Jan 1996 03:23:57 +0000 Subject: [PATCH] fix module description string --- svr4/ppp_comp_mod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svr4/ppp_comp_mod.c b/svr4/ppp_comp_mod.c index 92f2a05..66d2abe 100644 --- a/svr4/ppp_comp_mod.c +++ b/svr4/ppp_comp_mod.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp_comp_mod.c,v 1.1 1995/12/11 05:21:04 paulus Exp $ + * $Id: ppp_comp_mod.c,v 1.2 1996/01/18 03:23:57 paulus Exp $ */ /* @@ -48,7 +48,7 @@ extern struct mod_ops mod_strmodops; static struct modlstrmod modlstrmod = { &mod_strmodops, - "PPP async HDLC module", + "PPP compression module", &fsw }; -- 2.39.2