diff --git a/firmware/main.c b/firmware/main.c index e27639c..96e3799 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -2,7 +2,7 @@ * \file firmware/main.c * \brief Main functions for USB-keyboard * \author Ronald Schaten - * \version $Id: main.c,v 1.1 2008/07/09 20:47:12 rschaten Exp $ + * \version $Id: main.c,v 1.2 2008/07/10 20:29:01 rschaten Exp $ * * License: GNU GPL v2 (see License.txt) */ @@ -86,7 +86,7 @@ * - include an USB-hub into the keyboard * * If you are just a little like me, it won't take you much brainstorming to - * come up with one useful -- or even better: useless -- ideas. ;-) + * come up with own useful -- or even better: useless -- ideas. ;-) * * \section sec_install Building and installing *