]> git.ozlabs.org Git - ppp.git/commitdiff
fix module description string
authorPaul Mackerras <paulus@samba.org>
Thu, 18 Jan 1996 03:23:57 +0000 (03:23 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 18 Jan 1996 03:23:57 +0000 (03:23 +0000)
svr4/ppp_comp_mod.c

index 92f2a057180a2bc63eca90f52b7ad0b96770c9d6..66d2abedcd09a3bf3b2e74d5a66716439a2e7914 100644 (file)
@@ -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
 };