]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_comp.h
pr_comp: Fix typo in comments
[xonotic/darkplaces.git] / pr_comp.h
index 20801b84c9dda98aea68db85a2b2b3911419dbd9..ed0cbef60d02177064360006a5107b2739fa30e8 100644 (file)
--- a/pr_comp.h
+++ b/pr_comp.h
@@ -220,7 +220,7 @@ dstatement32_t;
 
 typedef struct ddef16_s
 {
-       unsigned short  type;           // if DEF_SAVEGLOBGAL bit is set
+       unsigned short  type;           // if DEF_SAVEGLOBAL bit is set
                                                                // the variable needs to be saved in savegames
        unsigned short  ofs;
        int                     s_name;
@@ -228,7 +228,7 @@ typedef struct ddef16_s
 ddef16_t;
 typedef struct ddef32_s
 {
-       unsigned int    type;           // if DEF_SAVEGLOBGAL bit is set
+       unsigned int    type;           // if DEF_SAVEGLOBAL bit is set
                                                                // the variable needs to be saved in savegames
        unsigned int    ofs;
        int                     s_name;