From 4ab820aab22532ac93f968c9513cdcceb53d5f73 Mon Sep 17 00:00:00 2001
From: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Date: Mon, 30 Mar 2020 17:42:17 +0200
Subject: [PATCH] eminaries/qtmips/apo-sort: correct name in the first template
 line.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
---
 seminaries/qtmips/apo-sort/apo-sort-template.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seminaries/qtmips/apo-sort/apo-sort-template.S b/seminaries/qtmips/apo-sort/apo-sort-template.S
index 5fc2f8f..a65381e 100644
--- a/seminaries/qtmips/apo-sort/apo-sort-template.S
+++ b/seminaries/qtmips/apo-sort/apo-sort-template.S
@@ -1,4 +1,4 @@
-// bubble-sort.S file template, rename and implement the algorithm
+// apo-sort.S file template, rename and implement the algorithm
 // Test algorithm in qtmips_gui program
 // Select the CPU core configuration with delay-slot
 // This setups requires (for simplicity) one NOP instruction after
-- 
GitLab