author | Daniel Holbert <dholbert@cs.stanford.edu> |
Tue, 27 Nov 2012 19:15:35 -0800 | |
changeset 114323 | 336e86d2e1999ac90cec3f644b2e26949757563e |
parent 114322 | 16777b16f524b5604b9caee140f94086335a704f |
child 114324 | d38880719809e6457fa91b130d86eb47f8dbafda |
push id | 23913 |
push user | emorley@mozilla.com |
push date | Wed, 28 Nov 2012 17:11:31 +0000 |
treeherder | mozilla-central@17c267a881cf [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Waldo |
bugs | 815928 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
media/webrtc/signaling/src/sipcc/core/gsm/lsm.c | file | annotate | diff | comparison | revisions | |
netwerk/protocol/http/nsHttpConnectionMgr.cpp | file | annotate | diff | comparison | revisions |
--- a/media/webrtc/signaling/src/sipcc/core/gsm/lsm.c +++ b/media/webrtc/signaling/src/sipcc/core/gsm/lsm.c @@ -554,17 +554,17 @@ lsm_internal_update_call_info (lsm_lcb_t /** * The function opens receive channel or allocates receive port. It depends * on the "keep" member of the cc_action_data_open_rcv_t structure set * up by the caller to whether opens a receive channel or just * to allocate a receive port. * * @param[in] lcb - pointer to the lsm_lcb_t. * @param[in/out] data - pointer to the cc_action_data_open_rcv_t. - * Upon a successful return, the port elelment + * Upon a successful return, the port element * of this structure will be filled with the actual * receive port. * @param[in] media - pointer to the fsmdef_media_t if a specific * media to be operated on. * * @return CC_RC_ERROR or CC_RC_SUCCESS. * * @pre (lcb is_not NULL) and (data is_not NULL)
--- a/netwerk/protocol/http/nsHttpConnectionMgr.cpp +++ b/netwerk/protocol/http/nsHttpConnectionMgr.cpp @@ -933,17 +933,17 @@ nsHttpConnectionMgr::ProcessPendingQForE LOG((" dispatching pending transaction...\n")); else LOG((" removing pending transaction based on " "TryDispatchTransaction returning hard error %x\n", rv)); ent->mPendingQ.RemoveElementAt(i); NS_RELEASE(trans); - // reset index and array length after RemoveElelmentAt() + // reset index and array length after RemoveElementAt() dispatchedSuccessfully = true; count = ent->mPendingQ.Length(); --i; continue; } if (dispatchedSuccessfully) return true;