diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-18 10:43:53 +0000 |
commit | 3065478332a49197980fb33f9c27a87e0bb7248d (patch) | |
tree | 351d3248daf53d0b7b71746b8ece4b26a49ff090 /sys/netatm/uni/unisig_decode.c | |
parent | 0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (diff) | |
download | FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.zip FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.tar.gz |
Preceed/preceeding are not english words. Use precede and preceding.
Diffstat (limited to 'sys/netatm/uni/unisig_decode.c')
-rw-r--r-- | sys/netatm/uni/unisig_decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c index 1d0bb5b..040ff71 100644 --- a/sys/netatm/uni/unisig_decode.c +++ b/sys/netatm/uni/unisig_decode.c @@ -2265,7 +2265,7 @@ usf_dec_ie_uimp(usf, ie) * Decode an information element using field identifiers * * The AAL parameters and ATM user cell rate IEs are formatted - * with a one-byte identifier preceeding each field. The routine + * with a one-byte identifier preceding each field. The routine * parses these IEs by using a table which relates the field * identifiers with the fields in the appropriate IE structure. * Field order in the received message is immaterial. |