aboutsummaryrefslogtreecommitdiff
path: root/console-client/xkb/parser.y
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:09:33 +0100
commitd7fa37dd8e08a6179c97b3cdeea2405016304272 (patch)
treec637418467cd656f80e4d8d5bfebf4a7db279a84 /console-client/xkb/parser.y
parent795d45e2a4ab58dd169e1febfd82b8e3b4601d9e (diff)
downloadhurd-d7fa37dd8e08a6179c97b3cdeea2405016304272.tar.gz
hurd-d7fa37dd8e08a6179c97b3cdeea2405016304272.tar.bz2
hurd-d7fa37dd8e08a6179c97b3cdeea2405016304272.zip
console-client: Fix typos in comments
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'console-client/xkb/parser.y')
-rw-r--r--console-client/xkb/parser.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/console-client/xkb/parser.y b/console-client/xkb/parser.y
index 27b62145..8f265681 100644
--- a/console-client/xkb/parser.y
+++ b/console-client/xkb/parser.y
@@ -306,7 +306,7 @@ types:
| flags "xkb_types" STR '{' typessect '}' ';'
;
-/* A list of virtual modifier declarations (see vmods_def), seperated
+/* A list of virtual modifier declarations (see vmods_def), separated
by commas. */
vmodslist:
IDENTIFIER { vmod_add ($1); }
@@ -340,7 +340,7 @@ rmod:
| "mod5" { $$ = RMOD_MOD5; }
;
-/* One of more modifiers, seperated by '+'. A modmap_t will return all real
+/* One of more modifiers, separated by '+'. A modmap_t will return all real
and virtual modifiers specified. */
mods:
mods '+' rmod { $$.rmods = $1.rmods | $3; }
@@ -1317,7 +1317,7 @@ include_section (char *incl, int sectionsymbol, char *dirname,
return 0;
}
-/* Include multiple file sections, seperated by '+'. INCL is the
+/* Include multiple file sections, separated by '+'. INCL is the
include string. SECTIONSYMBOL is the token that marks the beginning
of the section. DIRNAME is the name of the directory from where the
includefiles must be loaded. NEW_MM is the mergemode that should be