Skip to content

Commit

Permalink
fix moar typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Sep 1, 2024
1 parent 8c000eb commit 98804f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crypto/cipher/cipher_test_cases.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
*
*/

#ifndef CHIPHER_TEST_CASES_H
#define CHIPHER_TEST_CASES_H
#ifndef CIPHER_TEST_CASES_H
#define CIPHER_TEST_CASES_H

#ifdef HAVE_CONFIG_H
#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion srtp/srtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static size_t srtp_get_rtp_hdr_len(const srtp_hdr_t *hdr)
}

/*
* Returns the location of the header extention cast too a srtp_hdr_xtnd_t
* Returns the location of the header extention cast to a srtp_hdr_xtnd_t
* struct. Will always return a value and assumes that the caller has already
* verified that a header extension is present by checking the x bit of
* srtp_hdr_t.
Expand Down

0 comments on commit 98804f4

Please sign in to comment.