aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-17 17:20:55 -0800
committerChris Robinson <[email protected]>2007-12-17 17:20:55 -0800
commitaa386041e7c90b6403ff18f9e16da62acc4f036c (patch)
tree8755c512012f259b63bebfda8c1b0e3be772b898 /OpenAL32
parent44e0fa932596b20c71b82027eb52b1015e978615 (diff)
Fix comment
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/alFilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alFilter.c b/OpenAL32/alFilter.c
index 2906c703..6d57008f 100644
--- a/OpenAL32/alFilter.c
+++ b/OpenAL32/alFilter.c
@@ -354,7 +354,7 @@ ALvoid ReleaseALFilters(ALvoid)
ALfilter *temp = g_FilterList;
g_FilterList = g_FilterList->next;
- // Release Buffer structure
+ // Release filter structure
memset(temp, 0, sizeof(ALfilter));
free(temp);
}