aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
Diffstat (limited to 'report')
-rw-r--r--report/report.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/report.tex b/report/report.tex
index 8fbd178..3d17df8 100644
--- a/report/report.tex
+++ b/report/report.tex
@@ -586,7 +586,7 @@ performance.
\section{Conclusion}
In this project insertionsort and quicksort have been implemented in
-\textit{x86_64 assembly} with the goal of studying efficient sorting. Although
+\textit{x86-64 assembly} with the goal of studying efficient sorting. Although
the algorithms perform the same task, they are in fact very different.
\smallskip