Insignificant cleanup and comment typo fixes...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26420 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-07-15 13:17:20 +00:00
parent e149b13af5
commit 2a739c3115
+2 -2
View File
@@ -2684,7 +2684,7 @@ void BTextView::_ReservedTextView12() {}
*/
void
BTextView::_InitObject(BRect textRect, const BFont *initialFont,
const rgb_color *initialColor)
const rgb_color *initialColor)
{
BFont font;
if (initialFont == NULL)
@@ -2703,7 +2703,7 @@ BTextView::_InitObject(BRect textRect, const BFont *initialFont,
// We put these here instead of in the constructor initializer list
// to have less code duplication, and a single place where to do changes
// if needed.,
// if needed.
fTextRect = textRect;
fMinTextRectWidth = fTextRect.Width();
fSelStart = fSelEnd = 0;