summaryrefslogtreecommitdiff
path: root/libusb/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/strerror.c')
-rw-r--r--libusb/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/strerror.c b/libusb/strerror.c
index 920447d..9445fa9 100644
--- a/libusb/strerror.c
+++ b/libusb/strerror.c
@@ -154,7 +154,7 @@ static const char * const (*usbi_error_strings)[LIBUSB_ERROR_COUNT] = &usbi_loca
* used, and only 2 letter ISO 639-1 codes are accepted for it, such as "de".
* The optional region, country_region or codeset parts are ignored. This
* means that functions which return translatable strings will NOT honor the
- * specified encoding.
+ * specified encoding.
* All strings returned are encoded as UTF-8 strings.
*
* If libusb_setlocale() is not called, all messages will be in English.