Merge pull request #2856 from rex4539/typos

Fix typos
This commit is contained in:
Yann Collet
2021-11-17 13:04:30 -08:00
committed by GitHub
31 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -429,7 +429,7 @@ size_t HUF_readDTableX1_wksp_bmi2(HUF_DTable* DTable, const void* src, size_t sr
/* fill DTable
* We fill all entries of each weight in order.
* That way length is a constant for each iteration of the outter loop.
* That way length is a constant for each iteration of the outer loop.
* We can switch based on the length to a different inner loop which is
* optimized for that particular case.
*/
+3 -3
View File
@@ -10,7 +10,7 @@
/* Calling convention:
*
* %rdi contains the first argument: HUF_DecompressAsmArgs*.
* %rbp is'nt maintained (no frame pointer).
* %rbp isn't maintained (no frame pointer).
* %rsp contains the stack pointer that grows down.
* No red-zone is assumed, only addresses >= %rsp are used.
* All register contents are preserved.
@@ -130,7 +130,7 @@ HUF_decompress4X1_usingDTable_internal_bmi2_asm_loop:
subq $24, %rsp
.L_4X1_compute_olimit:
/* Computes how many iterations we can do savely
/* Computes how many iterations we can do safely
* %r15, %rax may be clobbered
* rbx, rdx must be saved
* op3 & ip0 mustn't be clobbered
@@ -396,7 +396,7 @@ HUF_decompress4X2_usingDTable_internal_bmi2_asm_loop:
subq $8, %rsp
.L_4X2_compute_olimit:
/* Computes how many iterations we can do savely
/* Computes how many iterations we can do safely
* %r15, %rax may be clobbered
* rdx must be saved
* op[1,2,3,4] & ip0 mustn't be clobbered