diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usbg/usbg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usbg/usbg.h b/include/usbg/usbg.h index 374101e..bcf221d 100644 --- a/include/usbg/usbg.h +++ b/include/usbg/usbg.h @@ -35,7 +35,7 @@ extern "C" { */ /** - * @addtogroup libusbg + * @addtogroup libusbgx * Public API for USB gadget-configfs library * @{ */ @@ -354,7 +354,7 @@ extern const char *usbg_strerror(usbg_error e); /* Library init and cleanup */ /** - * @brief Initialize the libusbg library state + * @brief Initialize the libusbgx library state * @param configfs_path Path to the mounted configfs filesystem * @param state Pointer to be filled with pointer to usbg_state * @return 0 on success, usbg_error on error @@ -362,7 +362,7 @@ extern const char *usbg_strerror(usbg_error e); extern int usbg_init(const char *configfs_path, usbg_state **state); /** - * @brief Clean up the libusbg library state + * @brief Clean up the libusbgx library state * @param s Pointer to state */ extern void usbg_cleanup(usbg_state *s); |