summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--plugins/elf/python/dynamic.c2
-rw-r--r--plugins/elf/python/dynamic.h8
3 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 07987e4..ba0b7e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+17-12-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/elf/python/dynamic.c:
+ * plugins/elf/python/dynamic.h:
+ Typo.
+
17-12-08 Cyrille Bagard <nocbos@gmail.com>
* plugins/elf/symbols.c:
diff --git a/plugins/elf/python/dynamic.c b/plugins/elf/python/dynamic.c
index b87cba0..5c060c1 100644
--- a/plugins/elf/python/dynamic.c
+++ b/plugins/elf/python/dynamic.c
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * utils.c - prototypes pour l'équivalent Python du fichier "plugins/elf/utils.c"
+ * dynamic.c - prototypes pour l'équivalent Python du fichier "plugins/elf/dynamic.c"
*
* Copyright (C) 2017 Cyrille Bagard
*
diff --git a/plugins/elf/python/dynamic.h b/plugins/elf/python/dynamic.h
index 4656c6d..b1c4008 100644
--- a/plugins/elf/python/dynamic.h
+++ b/plugins/elf/python/dynamic.h
@@ -1,6 +1,6 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * utils.h - prototypes pour l'équivalent Python du fichier "plugins/elf/utils.h"
+ * dynamic.h - prototypes pour l'équivalent Python du fichier "plugins/elf/dynamic.h"
*
* Copyright (C) 2017 Cyrille Bagard
*
@@ -22,8 +22,8 @@
*/
-#ifndef _PLUGINS_ELF_PYTHON_UTILS_H
-#define _PLUGINS_ELF_PYTHON_UTILS_H
+#ifndef _PLUGINS_ELF_PYTHON_DYNAMIC_H
+#define _PLUGINS_ELF_PYTHON_DYNAMIC_H
#include <Python.h>
@@ -35,4 +35,4 @@ PyObject *py_elf_format_get_needed(PyObject *, void *);
-#endif /* _PLUGINS_ELF_PYTHON_UTILS_H */
+#endif /* _PLUGINS_ELF_PYTHON_DYNAMIC_H */