aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-09 14:05:52 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-09 19:43:27 +0000
commit93cc6f004fff4216c05d7a13ae8d7ad6d490dd93 (patch)
tree090951ae4b0b7da855deed45b46355dbf52f2bbd /asn1/nbap
parent6e7f9ec12e52c41ba2a9c44f4f321ede87677370 (diff)
Fix some spelling & grammar.
Change-Id: Iedeaa411caa0823922dd79c27897a2349d4e6907 Reviewed-on: https://code.wireshark.org/review/4054 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'asn1/nbap')
-rw-r--r--asn1/nbap/nbap.cnf14
1 files changed, 7 insertions, 7 deletions
diff --git a/asn1/nbap/nbap.cnf b/asn1/nbap/nbap.cnf
index 830660db5f..deed9d7774 100644
--- a/asn1/nbap/nbap.cnf
+++ b/asn1/nbap/nbap.cnf
@@ -1662,7 +1662,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
/*This flow must also be added*/
case id_HSDSCH_MACdFlows_to_Add:
if (!actx->pinfo->fd->flags.visited){
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
for (i = 0; i < maxNrOfMACdFlows; i++) {
nbap_hsdsch_channel_info[i].crnc_port = 0;
nbap_hsdsch_channel_info[i].rlc_mode = FP_RLC_MODE_UNKNOWN;
@@ -1760,7 +1760,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
guint32 i;
if (!actx->pinfo->fd->flags.visited){
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
for (i = 0; i < maxNrOfMACdFlows; i++) {
nbap_hsdsch_channel_info[i].crnc_port = 0;
nbap_hsdsch_channel_info[i].rlc_mode = FP_RLC_MODE_UNKNOWN;
@@ -1775,7 +1775,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
return offset;
}
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
SET_ADDRESS(&null_addr, AT_NONE, 0, NULL);
for (i = 0; i < maxNrOfMACdFlows; i++) {
if (nbap_hsdsch_channel_info[i].crnc_port != 0){
@@ -1873,7 +1873,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
guint32 i;
if (!actx->pinfo->fd->flags.visited){
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
for (i = 0; i < maxNrOfMACdFlows; i++) {
nbap_hsdsch_channel_info[i].crnc_port = 0;
nbap_hsdsch_channel_info[i].rlc_mode = FP_RLC_MODE_UNKNOWN;
@@ -1888,7 +1888,7 @@ nbap_edch_channel_info[e_dch_macdflow_id].no_ddi_entries = num_items;
return offset;
}
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
SET_ADDRESS(&null_addr, AT_NONE, 0, NULL);
nbap_debug1("Frame %%u HSDSCH-MACdFlows-Information Start",
@@ -2009,7 +2009,7 @@ conversation_t *conversation = NULL;
int i;
if (!actx->pinfo->fd->flags.visited){
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
for (i = 0; i < maxNrOfCommonMACFlows; i++) {
nbap_common_channel_info[i].crnc_port = 0;
nbap_common_channel_info[i].rlc_mode = FP_RLC_MODE_UNKNOWN;
@@ -2022,7 +2022,7 @@ int i;
if (actx->pinfo->fd->flags.visited){
return offset;
}
- /* Set port to zero use that as an indication of wether we have data or not */
+ /* Set port to zero use that as an indication of whether we have data or not */
SET_ADDRESS(&null_addr, AT_NONE, 0, NULL);
for (i = 0; i < maxNrOfCommonMACFlows; i++) {
if (nbap_common_channel_info[i].crnc_port != 0){