summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Meadows <andrew@lindenlab.com>2013-01-10 07:45:43 +0000
committerAndrew Meadows <andrew@lindenlab.com>2013-01-10 07:45:43 +0000
commita891785f7a02098a53029311befd7083773d6ad8 (patch)
tree5aa37ca3e6618cae0feb4c62fb1d54c3fcb33f51
parenta09719c0eb8d06d6bb689984a1b108932ea35314 (diff)
typo fix
-rw-r--r--indra/llcommon/lltrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltrace.h b/indra/llcommon/lltrace.h
index 8ec0cdc4dc..7694f65441 100644
--- a/indra/llcommon/lltrace.h
+++ b/indra/llcommon/lltrace.h
@@ -781,7 +781,7 @@ public:
accumulator->mAllocatedCount--;
accumulator->mDeallocatedCount++;
}
- deallocAligned<ALIGNMENT, sizeof(size_T)>(ptr);
+ deallocAligned<ALIGNMENT, sizeof(size_t)>(ptr);
}
// claim memory associated with other objects/data as our own, adding to our calculated footprint