diff options
Diffstat (limited to 'src/array_maker.s')
| -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 |