[Spice-commits] common/quic.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Sep 8 09:12:57 UTC 2020


 common/quic.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b03c894c2189c8c2393f38e65ebde73f84dab7c3
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Fri Sep 4 21:05:38 2020 +0100

    quic: Fix typo in comment
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/common/quic.c b/common/quic.c
index 55cf572..e2dee0f 100644
--- a/common/quic.c
+++ b/common/quic.c
@@ -564,7 +564,7 @@ static int decode_state_run(Encoder *encoder, CommonState *state)
         decode_eatbits(encoder, state->melclen);
     }
 
-    /* adjust melcoder parameters */
+    /* adjust melcorder parameters */
     if (state->melcstate) {
         state->melclen = J[--state->melcstate];
         state->melcorder = (1U << state->melclen);


More information about the Spice-commits mailing list