diff options
Diffstat (limited to 'code/qcommon/cm_polylib.c')
-rw-r--r-- | code/qcommon/cm_polylib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/cm_polylib.c b/code/qcommon/cm_polylib.c index d2b98a9..f4d6ce8 100644 --- a/code/qcommon/cm_polylib.c +++ b/code/qcommon/cm_polylib.c @@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // counters are only bumped when running single threaded, -// because they are an awefull coherence problem +// because they are an awful coherence problem int c_active_windings; int c_peak_windings; int c_winding_allocs; |