aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/array_maker.s2
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