diff options
| author | Andreas Kapp Lindquist <andkaplin05@gmail.com> | 2025-10-29 17:07:38 +0100 |
|---|---|---|
| committer | Andreas Kapp Lindquist <andkaplin05@gmail.com> | 2025-10-29 18:33:28 +0100 |
| commit | 4d4140fbd75434e3faa88bbf382f55c02a922435 (patch) | |
| tree | cec78640b4a82cdbd8cf4cc4f41465583199dd1e | |
| parent | 3bf5bfe749261d92dd3c2c21fd0fe341457e81c3 (diff) | |
| download | sorter-4d4140fbd75434e3faa88bbf382f55c02a922435.tar.gz sorter-4d4140fbd75434e3faa88bbf382f55c02a922435.zip | |
docs(array_maker): Fix typo
| -rw-r--r-- | src/array_maker.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/array_maker.s b/src/array_maker.s index f62f364..94bd4ea 100644 --- a/src/array_maker.s +++ b/src/array_maker.s @@ -22,7 +22,7 @@ movq %rdx, %rsi # Select length of file data call make_pairwise_data # Make the pairwise data - movq %rax, %r15 # Save pointer to pariwise data in r15 + movq %rax, %r15 # Save pointer to pairwise data in r15 movq %rdx, %r14 # Save the number of pairs in r14 # Allocate space for the array |