]> Pileus Git - ~andy/linux/blobdiff - Documentation/isdn/README.concap
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[~andy/linux] / Documentation / isdn / README.concap
index 2f114babe4b6a22538274deff8f384eece7a801f..a76d74845a4c8bea3500d1475ad526a3924d8672 100644 (file)
@@ -111,7 +111,7 @@ struct concap_proto_ops{
        struct concap_proto *  (*proto_new) (void);
 
        /* delete encapsulation protocol instance and free all its resources.
-          cprot may no loger be referenced after calling this */
+          cprot may no longer be referenced after calling this */
        void (*proto_del)(struct concap_proto *cprot);
 
        /* initialize the protocol's data. To be called at interface startup