]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
pr_comp: Fix typo in comments
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 28 Nov 2020 16:08:19 +0000 (16:08 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 28 Nov 2020 16:08:19 +0000 (16:08 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13045 d7cf8633-e32d-0410-b094-e92efae38249

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;