laforge
/
openbts-osmo
Archived
1
0
Fork 0

Typos in comments fixed.

This commit is contained in:
Alexander Chemeris 2010-09-09 18:23:36 +04:00
parent d712b09cdd
commit 6cddd36139
2 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@ bool TransactionTable::find(const L3MobileIdentity& mobileID, TransactionEntry&
// Since clearDeadEntries is also linear, do that here, too.
// Brtue force search.
// Brute force search.
bool foundIt = false;
mLock.lock();
clearDeadEntries();

View File

@ -516,7 +516,7 @@ class TransactionEntry {
/** Reset all Q.931 timers. */
void resetTimers();
/** Retrns true if the transaction is "dead". */
/** Returns true if the transaction is "dead". */
bool dead() const;
private: