diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-13 12:25:59 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-08-13 12:25:59 +0100 |
commit | 9989c304c9e5a1f20fe65873c3db43911c4a7635 (patch) | |
tree | 4f3e7fcb9c25a03e22ac385c85a797acd9b93d10 /indra/newview/llvoavatar.cpp | |
parent | 50d5401e940f6a725edf72ec952dfc478b8cb438 (diff) |
trivial comment changes while I was in this code.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index a0690fc302..455900eb3a 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2753,7 +2753,7 @@ void LLVOAvatar::idleUpdateNameTag(const LLVector3& root_pos_last) { // update chat bubble //-------------------------------------------------------------------- - // draw text label over characters head + // draw text label over character's head //-------------------------------------------------------------------- if (mChatTimer.getElapsedTimeF32() > BUBBLE_CHAT_TIME) { |