summaryrefslogtreecommitdiff
path: root/src/debug/debugger.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-10-14 22:54:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-10-14 22:54:36 (GMT)
commitab45be33f699d458fe8cabf85b4c6c4f41f24fdd (patch)
treec183a1dc2e96507a213112eea2a9538bd3b600e1 /src/debug/debugger.c
parentcfa7c9543b4265ae65bc7097350fcf8587117fe3 (diff)
Typo.
Diffstat (limited to 'src/debug/debugger.c')
-rw-r--r--src/debug/debugger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/debugger.c b/src/debug/debugger.c
index 41feb4b..582c6f4 100644
--- a/src/debug/debugger.c
+++ b/src/debug/debugger.c
@@ -83,7 +83,7 @@ static bool g_binary_debugger_update_breakpoints_on_stop(GBinaryDebugger *, dbg_
/* ---------------------------------------------------------------------------------- */
-/* Indique le type définit pour une ligne de représentation. */
+/* Indique le type défini pour une ligne de représentation. */
G_DEFINE_TYPE(GBinaryDebugger, g_binary_debugger, G_TYPE_OBJECT);