summaryrefslogtreecommitdiff
path: root/src/renderergl1
diff options
context:
space:
mode:
authorTequila <tequila@smokin-guns.org>2014-03-13 02:20:54 +0100
committerTim Angus <tim@ngus.net>2014-06-17 17:43:41 +0100
commit7fd2d99020512adce7f16465e0814cbcdb2bb8b3 (patch)
treefc240567fcd5e9a19c6d9a08f7758890e92b71b3 /src/renderergl1
parent316830895a91bfe9111230918960ab143c9db935 (diff)
Bunch of comment fixes
Diffstat (limited to 'src/renderergl1')
-rw-r--r--src/renderergl1/tr_bsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderergl1/tr_bsp.c b/src/renderergl1/tr_bsp.c
index bf4c7e31..bde7ad0c 100644
--- a/src/renderergl1/tr_bsp.c
+++ b/src/renderergl1/tr_bsp.c
@@ -1551,7 +1551,7 @@ static void R_LoadFogs( lump_t *l, lump_t *brushesLump, lump_t *sidesLump ) {
}
count = l->filelen / sizeof(*fogs);
- // create fog strucutres for them
+ // create fog structures for them
s_worldData.numfogs = count + 1;
s_worldData.fogs = ri.Hunk_Alloc ( s_worldData.numfogs*sizeof(*out), h_low);
out = s_worldData.fogs + 1;