aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
commitd7d97eb0aa6f7315a98a6010d82c4fc71bd2211c (patch)
treef8fb6added0ae23b19c6ae7f29f514a212a31fde /sys/netatm
parent7c637968288584dda60170d7c2977973e20ae503 (diff)
Notes
Diffstat (limited to 'sys/netatm')
-rw-r--r--sys/netatm/uni/unisig_decode.c2
-rw-r--r--sys/netatm/uni/unisig_encode.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c
index 1d0bb5b8d580..040ff717af9e 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.
diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c
index 227130a75ac8..2b369c4bbe2e 100644
--- a/sys/netatm/uni/unisig_encode.c
+++ b/sys/netatm/uni/unisig_encode.c
@@ -1501,7 +1501,7 @@ usf_enc_ie_uimp(usf, ie)
* Encode 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
* encodes these IEs by using a table which relates the field
* identifiers with the fields in the appropriate IE structure.
*