Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 980405a

Browse files
committedOct 2, 2024
Fix typo to make it easier to find spec bugs
1 parent 390d4a8 commit 980405a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ax25_link.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5791,7 +5791,7 @@ static void transmit_enquiry (ax25_dlsm_t *S)
57915791
* The next response frame returned to a supervisory command frame with the P bit set to "1", received during
57925792
* the information transfer state, is an RR, RNR or REJ response frame with the F bit set to "1".
57935793
*
5794-
* Erattum! The flow chart says RR/RNR *command* but I'm confident it should be response.
5794+
* Erratum! The flow chart says RR/RNR *command* but I'm confident it should be response.
57955795
*
57965796
* Erratum: Ax.25 spec has nothing here for SREJ. See X.25 2.4.6.11 for explanation.
57975797
*

0 commit comments

Comments
 (0)
Please sign in to comment.