fix copy-paste typo in comment

This commit is contained in:
Andrew Meadows 2014-01-21 14:00:53 -08:00
parent da0d2c4776
commit db0bd83ab5

View file

@ -64,7 +64,7 @@ int AvatarData::getBroadcastData(unsigned char* destinationBuffer) {
if (!_headData) {
_headData = new HeadData(this);
}
// lazily allocate memory for HeadData in case we're not an Avatar instance
// lazily allocate memory for HandData in case we're not an Avatar instance
if (!_handData) {
_handData = new HandData(this);
}