HaikuDepot: Fixed wording in a comment.

This commit is contained in:
Stephan Aßmus 2015-09-06 21:51:24 +02:00
parent ce27f9612e
commit 87136732d0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public:
// NOTE: Another option would be to use
// ItemType::operator=(const ItemType& other), but then
// we would need to be carefull which objects are already
// initialized. Also the ItemType requires to implement the
// initialized. Also ItemType would be required to implement the
// operator, while doing it this way requires only a copy
// constructor.
_Resize(0);