1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 01:55:48 -05:00

Merge pull request #2049 from RoboSchmied/RoboSchmied-AGfixT106

Fix typo in comments [ci skip]
This commit is contained in:
Edouard Griffiths 2024-04-05 00:44:43 +02:00 committed by GitHub
commit adfb220c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ public:
void write(const uint8_t *sampleByte, int nbSamples);
protected:
/** Reverse endianess in destination buffer */
/** Reverse endianness in destination buffer */
static void writeNetBuf(uint8_t *dest, const uint8_t *src, unsigned int elemLen, unsigned int bytesLen, bool endianReverse);
static unsigned int elemLength(PayloadType payloadType);