From 513fd2c3a4fad82e4dc383d303479c3ff0439523 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sun, 14 Jul 2013 13:13:03 +0200
Subject: [PATCH] aft.c: Remove a stray "*" in a comment.

---
 aft.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aft.c b/aft.c
index 62ce9fab..a2883d4a 100644
--- a/aft.c
+++ b/aft.c
@@ -280,7 +280,7 @@ static struct osl_table_description audio_file_table_desc = {
 	.column_descriptions = aft_cols
 };
 
-/* We don't want * dot or dot-dot anywhere. */
+/* We don't want dot or dot-dot anywhere. */
 static int verify_dotfile(const char *rest)
 {
 	/*
-- 
2.39.5