Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-09-04 01:54:46 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2008-09-04 01:54:46 +0400
commitd4b719878f5a08986d0a3dc493aad90d4466752e (patch)
tree64d7c96a59ae67227884cd26662eff01762edb6e /console-tools
parenta2e1eea189981e03b2590c2cd59b9ae65a9cea4f (diff)
kbd_mode: fix non-ASCII letters in comments
install: support -D
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/kbd_mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c
index cb97947ce..13a82d7fa 100644
--- a/console-tools/kbd_mode.c
+++ b/console-tools/kbd_mode.c
@@ -2,7 +2,7 @@
/*
* Mini kbd_mode implementation for busybox
*
- * Copyright (C) 2007 Loïc Grenié <loic.grenie@gmail.com>
+ * Copyright (C) 2007 Loic Grenie <loic.grenie@gmail.com>
* written using Andries Brouwer <aeb@cwi.nl>'s kbd_mode from
* console-utils v0.2.3, licensed under GNU GPLv2
*