diff --git a/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java b/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java
index 1b3cb9f002..075c6491cc 100644
--- a/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java
+++ b/src/main/java/se/su/dsv/scipro/match/GreedyMatchingAlgorithm.java
@@ -98,7 +98,7 @@ public class GreedyMatchingAlgorithm implements MatchingAlgorithm {
      }
 
      /**
-	 * Return the best match, the old one or the new one with supervisor
+	 * Return a new Pair with a calculated score
 	 * @param projectIdea projectIdea
 	 * @param availability  the availability
 	 * @return Pair