diff options
Diffstat (limited to 'cpu/ixp/npe/IxQMgrQAccess.c')
-rw-r--r-- | cpu/ixp/npe/IxQMgrQAccess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ixp/npe/IxQMgrQAccess.c b/cpu/ixp/npe/IxQMgrQAccess.c index 2c3e302..8885736 100644 --- a/cpu/ixp/npe/IxQMgrQAccess.c +++ b/cpu/ixp/npe/IxQMgrQAccess.c @@ -360,7 +360,7 @@ ixQMgrQNumEntriesGet (IxQMgrQId qId, } else { - /* The queue is either empty, either moving, + /* The queue is either empty, either moving, * Client can retry if they wish */ *numEntriesPtr = 0; |