summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/ax25d.c')
-rw-r--r--ax25/ax25d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index ddbf0ae..e38bed4 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -1,6 +1,6 @@
/*
* This is my version of axl.c, written for the LBBS code to make it
- * compatable with the kernel AX25 driver. It appears to work, with
+ * compatible with the kernel AX25 driver. It appears to work, with
* my setup, so it'll probably not work else where :-).
*
* This was inspired by the example code written by Alan Cox (GW4PTS)