summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/modem/ppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/modem/ppp.c')
-rw-r--r--c/src/libnetworking/modem/ppp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libnetworking/modem/ppp.c b/c/src/libnetworking/modem/ppp.c
index 589089822d..4ccecc85c1 100644
--- a/c/src/libnetworking/modem/ppp.c
+++ b/c/src/libnetworking/modem/ppp.c
@@ -75,7 +75,7 @@
#include "ppp.h"
#if NPPP > 0
-/* na razie wylaczmy kompresje*/
+/* temporarily we switch off the compression */
#include <rtems/rtems_bsdnet.h> /* to get right defines */
@@ -216,7 +216,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;
}