diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2003-04-19 02:21:35 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-19 02:21:35 -0700 |
| commit | e4a874f09dc496ed95829f679f5df6c9db6f037f (patch) | |
| tree | 282d0185736382879e72db97a3edfcbb57ec8340 /include/linux | |
| parent | e02fafe8e7e45486f554799a2d27d87ff483790e (diff) | |
[PATCH] s/to long/too long/
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hysdn_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hysdn_if.h b/include/linux/hysdn_if.h index 166d5ec134d8..00236ae3b04e 100644 --- a/include/linux/hysdn_if.h +++ b/include/linux/hysdn_if.h @@ -24,7 +24,7 @@ #define ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */ #define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */ #define ERR_NOT_BOOTED 1008 /* operation only allowed when booted */ -#define ERR_CONF_LONG 1009 /* conf line is to long */ +#define ERR_CONF_LONG 1009 /* conf line is too long */ #define ERR_INV_CHAN 1010 /* invalid channel number */ #define ERR_ASYNC_TIME 1011 /* timeout sending async data */ |
