summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-29 17:27:37 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-29 17:27:37 +0100
commit4689ba9cc6ddfbe4f99ddeab3bd3d250d428fcc8 (patch)
tree253b5a28207584d1d25b3edee38a91908bfd9093 /Source
parent81cf5159d8c7338807a30dfe35b0532d6fd25534 (diff)
downloadMelon-4689ba9cc6ddfbe4f99ddeab3bd3d250d428fcc8.tar.gz
Melon-4689ba9cc6ddfbe4f99ddeab3bd3d250d428fcc8.zip
README/LICENSE updates
Diffstat (limited to 'Source')
-rw-r--r--Source/Kernel/DeviceManager/Kbd.ns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/DeviceManager/Kbd.ns.cpp b/Source/Kernel/DeviceManager/Kbd.ns.cpp
index 58dbe6e..b6d8df9 100644
--- a/Source/Kernel/DeviceManager/Kbd.ns.cpp
+++ b/Source/Kernel/DeviceManager/Kbd.ns.cpp
@@ -7,7 +7,7 @@
#include <VFS/File.class.h>
#include <Core/Log.ns.h>
-//Whatever built-in keymap we want to use should go here. notice without this line, melon dies.
+//Whatever built-in keymap we want to use should go here. notice that without this line, melon dies.
#include <Ressources/Keymaps/fr.cxd>
#define SETKM(a, b) memcpy((u8int*)a, (u8int*)b, 128 * sizeof(WChar));;