diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-10-20 01:30:25 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2007-10-20 01:30:25 +0200 |
commit | 0f035b8e8491f4ff87f6eec3e3f754d36b39d7a2 (patch) | |
tree | 8a08b60bd14a3e0d7b19394223fd152694d3d805 /Documentation/isdn | |
parent | 5895df967dac8b12c8ed254f5cc4d46f50e88876 (diff) |
spelling fixes: Documentation/
Spelling fixes in Documentation/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation/isdn')
-rw-r--r-- | Documentation/isdn/README.concap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/isdn/README.concap b/Documentation/isdn/README.concap index 2f114babe4b6..a76d74845a4c 100644 --- a/Documentation/isdn/README.concap +++ b/Documentation/isdn/README.concap @@ -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 |