diff options
| author | Randy Dunlap <randy.dunlap@verizon.net> | 2002-12-29 00:01:53 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-29 00:01:53 -0800 |
| commit | 6b57bcef60f1413afd6c69bb5d1bc64415005da5 (patch) | |
| tree | bfbf4d2abb0f09d96e29776c5faba46ab45e5e08 /include/linux/ax25.h | |
| parent | a869e179069a3ef64870eec58ee2aaf1a59a6070 (diff) | |
[PATCH] fix "deprecated" typos
This corrects the misspellings of "deprecated" in a few places.
Diffstat (limited to 'include/linux/ax25.h')
| -rw-r--r-- | include/linux/ax25.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ax25.h b/include/linux/ax25.h index 6dfc8fc9116d..56c11f0dbd80 100644 --- a/include/linux/ax25.h +++ b/include/linux/ax25.h @@ -85,7 +85,7 @@ struct ax25_ctl_struct { }; /* this will go away. Please do not export to user land */ -struct ax25_info_struct_depreciated { +struct ax25_info_struct_deprecated { unsigned int n2, n2count; unsigned int t1, t1timer; unsigned int t2, t2timer; |
