From 7efefceee2956cf2c725c2136d7b53f25f342ffd Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 23 Feb 2020 22:21:25 +0900 Subject: [PATCH] Fix a comment --- include/QF/pr_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QF/pr_comp.h b/include/QF/pr_comp.h index 9df0416d3..40ac1aa00 100644 --- a/include/QF/pr_comp.h +++ b/include/QF/pr_comp.h @@ -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;