aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBLCD.c
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-02-12 22:46:19 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-02-12 22:46:19 +0000
commitf17287509f698f21f38ae047a306ddca3fc13140 (patch)
treee9e0c09fb2ee1d6dd0eaa82365bb101308660f03 /drv_USBLCD.c
parent5e69b1e3961ee896d44107c05650c915d9b24298 (diff)
downloadlcd4linux-f17287509f698f21f38ae047a306ddca3fc13140.tar.gz
timer.c: fixed detection of positive clock skew (and some typos)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1143 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_USBLCD.c')
-rw-r--r--drv_USBLCD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_USBLCD.c b/drv_USBLCD.c
index 89dac62..093ea0f 100644
--- a/drv_USBLCD.c
+++ b/drv_USBLCD.c
@@ -337,7 +337,7 @@ static int drv_UL_start(const char *section, const int quiet)
/* Init the command buffer */
Buffer = (char *) malloc(1024);
if (Buffer == NULL) {
- error("%s: coommand buffer could not be allocated: malloc() failed", Name);
+ error("%s: command buffer could not be allocated: malloc() failed", Name);
return -1;
}
BufPtr = Buffer;