summaryrefslogtreecommitdiffstats
path: root/src/fiasco.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2014-05-10 22:39:47 +0200
committerPali Rohár <pali.rohar@gmail.com>2014-05-10 22:39:47 +0200
commitf898ac441112fd93001e6ad46890ed13fb6b3da2 (patch)
tree6e7aa83f07525ed3015ae87a5a8b01eedbbe78df /src/fiasco.c
parentc6ee6a8e682078e1ab0aac9d57f2ab869dada0e1 (diff)
download0xFFFF-f898ac441112fd93001e6ad46890ed13fb6b3da2.tar.bz2
all: Fix typo0.6
Diffstat (limited to 'src/fiasco.c')
-rw-r--r--src/fiasco.c2
1 files changed, 1 insertions, 1 deletions
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);
}