summaryrefslogtreecommitdiff
path: root/plugins/elf
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-15 22:09:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-15 22:09:23 (GMT)
commit9b5cd85f783f0174e81f22bb3333d4dfcec76532 (patch)
treef312d8c53f62d090a321fdeee300ed17de7e85da /plugins/elf
parent39116dce7d40dab310e929f92fdbfc865b5fac20 (diff)
Typo.
Diffstat (limited to 'plugins/elf')
-rw-r--r--plugins/elf/python/dynamic.c2
-rw-r--r--plugins/elf/python/dynamic.h8
2 files changed, 5 insertions, 5 deletions
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 */