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:
commit
adfb220c10
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user