From 6179d88d4e67e2c3ae238141095e070a8036be25 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 25 Mar 2014 18:18:02 +0100
Subject: [PATCH] Fix typo in Makefile comment.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 063bf2f..39414e5 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ $(BUILDDIR)/%.o : $(SRCDIR)/%.c
 	mkdir -p $(@D)
 	$(CC) $(CFLAGS) -c $< -o $@
 
-# "make clean" to tries to delete all files that could possibly have been built.
+# "make clean" to try to delete all files that could possibly have been built.
 # Declare target "phony", i.e. this is not about building a file.
 .PHONY : clean
 clean :
-- 
2.30.2