diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2011-10-16 14:30:28 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2011-10-16 14:30:28 +0000 |
| commit | 36daf0495aa68d669ac6abf004940ec1b1e83e42 (patch) | |
| tree | 14e1117ec0e7000b8d3c4741569280dc7151708c /sys/dev/vxge/include | |
| parent | 80f1c58b0a57fec2f89e018a2a2fb8c4fcf61f2b (diff) | |
Notes
Diffstat (limited to 'sys/dev/vxge/include')
| -rw-r--r-- | sys/dev/vxge/include/vxgehal-config.h | 2 | ||||
| -rw-r--r-- | sys/dev/vxge/include/vxgehal-ll.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vxge/include/vxgehal-config.h b/sys/dev/vxge/include/vxgehal-config.h index f2d8ed363f77..7f5c6dbeec31 100644 --- a/sys/dev/vxge/include/vxgehal-config.h +++ b/sys/dev/vxge/include/vxgehal-config.h @@ -1665,7 +1665,7 @@ typedef struct vxge_hal_mrpcim_config_t { * the interrupt is triggered. * @rtimer_event_sf: Restriction Timer Event Scale Factor. A scale factor that * is to be applied to the current event count before it is added - * to the restriction timer value when the the restriction timer + * to the restriction timer value when the restriction timer * is started. * The scale factor is applied as a right or left shift to multiply * or divide by the event count. The programmable values are as diff --git a/sys/dev/vxge/include/vxgehal-ll.h b/sys/dev/vxge/include/vxgehal-ll.h index 9fc416fa9c31..85a95d44a74f 100644 --- a/sys/dev/vxge/include/vxgehal-ll.h +++ b/sys/dev/vxge/include/vxgehal-ll.h @@ -1590,7 +1590,7 @@ vxge_hal_ring_rxd_post( * vxge_hal_ring_is_next_rxd_completed - Check if the next rxd is completed * @vpath_handle: Virtual Path handle. * - * Checks if the the _next_ completed descriptor is in host memory + * Checks if the _next_ completed descriptor is in host memory * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_INF_NO_MORE_COMPLETED_DESCRIPTORS - No completed descriptors |
