From f898ac441112fd93001e6ad46890ed13fb6b3da2 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sat, 10 May 2014 22:39:47 +0200 Subject: all: Fix typo --- src/fiasco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fiasco.c') diff --git a/src/fiasco.c b/src/fiasco.c index b2538f7..721785e 100644 --- a/src/fiasco.c +++ b/src/fiasco.c @@ -192,7 +192,7 @@ struct fiasco * fiasco_alloc_from_file(const char * file) { if ( ! hwrevs[0] ) strcpy(hwrevs, hwrev); else { - /* TODO: check if hwrevs has enought size */ + /* TODO: check if hwrevs has enough size */ strcat(hwrevs, ","); strcat(hwrevs, hwrev); } -- cgit v1.2.3