diff options
Diffstat (limited to 'src/format/pe/pe-int.h')
-rw-r--r-- | src/format/pe/pe-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format/pe/pe-int.h b/src/format/pe/pe-int.h index 3322f62..0c8bf45 100644 --- a/src/format/pe/pe-int.h +++ b/src/format/pe/pe-int.h @@ -35,7 +35,7 @@ -/* Format d'exécutable générique (instance) */ +/* Format d'exécutable PE (instance) */ struct _GPeFormat { GExeFormat parent; /* A laisser en premier */ @@ -47,7 +47,7 @@ struct _GPeFormat }; -/* Format d'exécutable générique (classe) */ +/* Format d'exécutable PE (classe) */ struct _GPeFormatClass { GExeFormatClass parent; /* A laisser en premier */ |