Fix a comment

This commit is contained in:
Bill Currie 2020-02-23 22:21:25 +09:00
parent ea3af84baa
commit 7efefceee2

View file

@ -417,7 +417,7 @@ typedef struct dstatement_s {
} GCC_STRUCT dstatement_t;
typedef struct ddef_s {
pr_ushort_t type; // if DEF_SAVEGLOBGAL bit is set
pr_ushort_t type; // if DEF_SAVEGLOBAL bit is set
// the variable needs to be saved in savegames
pr_ushort_t ofs;
string_t s_name;