summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd/modem_example/ppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/pppd/modem_example/ppp.c')
-rw-r--r--c/src/libnetworking/pppd/modem_example/ppp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libnetworking/pppd/modem_example/ppp.c b/c/src/libnetworking/pppd/modem_example/ppp.c
index 1489144559..22c53302fe 100644
--- a/c/src/libnetworking/pppd/modem_example/ppp.c
+++ b/c/src/libnetworking/pppd/modem_example/ppp.c
@@ -75,7 +75,7 @@
#include "ppp.h"
#if NPPP > 0
-/* na razie wylaczmy kompresje*/
+/* temporarily we switch off the compression */
#include <sys/param.h>
#include <sys/systm.h>
@@ -210,7 +210,7 @@ int rtems_ppp_driver_attach (struct rtems_bsdnet_ifconfig *config)
bpfattach(&sc->sc_bpf, &sc->sc_if, DLT_PPP, PPP_HDRLEN);
#endif
}
-/* wpisane na twardo do rtems_glue.c
+/* hardcoded in rtems_glue.c
netisrs[NETISR_PPP] = pppintr; */
return 1;
}