summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-05 07:42:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-05 07:42:16 (GMT)
commitace3a87f9fc31b2f4d90d4b475cde805189e366b (patch)
tree4f9db93620f71e932fd4dd0f4c8f1b4cf0420bed /tools
parent43c54a8c124cb869dab993b833ed59a6f6398ee9 (diff)
French typo.
Diffstat (limited to 'tools')
-rw-r--r--tools/d2c/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/syntax.c b/tools/d2c/syntax.c
index de1d693..80f4f3e 100644
--- a/tools/d2c/syntax.c
+++ b/tools/d2c/syntax.c
@@ -249,7 +249,7 @@ bool write_encoding_syntax(const encoding_syntax *syntax, int fd, const char *ar
{
bool result; /* Bilan à retourner */
bool conditional; /* Définition sous condition ? */
- const char *tab; /* Décallage supplémentaire ? */
+ const char *tab; /* Décalage supplémentaire ? */
bool imm_decl; /* Suivi des déclaration */
conditional = !is_disass_assert_empty(syntax->assertions);