mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
Fix spelling
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Haakan T Johansson <f96hajo@chalmers.se> Closes #5547 Closes #5543
This commit is contained in:
+2
-2
@@ -63,7 +63,7 @@ lz4_compress_zfs(void *s_start, void *d_start, size_t s_len,
|
||||
return (s_len);
|
||||
|
||||
/*
|
||||
* Encode the compresed buffer size at the start. We'll need this in
|
||||
* Encode the compressed buffer size at the start. We'll need this in
|
||||
* decompression to counter the effects of padding which might be
|
||||
* added to the compressed buffer and which, if unhandled, would
|
||||
* confuse the hell out of our decompression function.
|
||||
@@ -205,7 +205,7 @@ lz4_decompress_zfs(void *s_start, void *d_start, size_t s_len,
|
||||
|
||||
/*
|
||||
* Little Endian or Big Endian?
|
||||
* Note: overwrite the below #define if you know your architecture endianess.
|
||||
* Note: overwrite the below #define if you know your architecture endianness.
|
||||
*/
|
||||
#if defined(_BIG_ENDIAN)
|
||||
#define LZ4_BIG_ENDIAN 1
|
||||
|
||||
Reference in New Issue
Block a user