summaryrefslogtreecommitdiff
path: root/solaris/ppp_mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'solaris/ppp_mod.c')
-rw-r--r--solaris/ppp_mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris/ppp_mod.c b/solaris/ppp_mod.c
index b70674c..4f4fd44 100644
--- a/solaris/ppp_mod.c
+++ b/solaris/ppp_mod.c
@@ -91,7 +91,7 @@ static struct dev_ops ppp_ops = {
static struct modldrv modldrv = {
&mod_driverops, /* says this is a pseudo driver */
- "PPP-2.3 multiplexing driver",
+ "PPP-2.4.6 multiplexing driver",
&ppp_ops /* driver ops */
};