diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-02 17:44:03 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-02 17:44:03 +0000 |
| commit | 207332450ebe1df184818ab11115dcd7b95a5bc5 (patch) | |
| tree | 9305b081ade7f0a755e9f99f1b7daf8e424962df /sys/dev/usb/template | |
| parent | b790c1938dd94d20de89e148169aab4ae3edd771 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/template')
| -rw-r--r-- | sys/dev/usb/template/usb_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/template/usb_template.c b/sys/dev/usb/template/usb_template.c index 140c0b9b3c23..9adb30aa07d6 100644 --- a/sys/dev/usb/template/usb_template.c +++ b/sys/dev/usb/template/usb_template.c @@ -522,8 +522,8 @@ usb_make_device_desc(struct usb_temp_setup *temp, * usb_hw_ep_match * * Return values: - * 0: The endpoint profile does not match the criterias - * Else: The endpoint profile matches the criterias + * 0: The endpoint profile does not match the criteria + * Else: The endpoint profile matches the criteria *------------------------------------------------------------------------*/ static uint8_t usb_hw_ep_match(const struct usb_hw_ep_profile *pf, |
