From d1e5220c92fa5cd5c921a0255d38abad27966b09 Mon Sep 17 00:00:00 2001 From: Florin9doi Date: Wed, 18 Nov 2020 00:08:14 +0200 Subject: [PATCH] Resolve a documentation error for sceUsbStop parameters Signed-off-by: Florin9doi --- src/usb/pspusb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usb/pspusb.h b/src/usb/pspusb.h index 14e15e8e..45cbfa6c 100644 --- a/src/usb/pspusb.h +++ b/src/usb/pspusb.h @@ -37,8 +37,8 @@ int sceUsbStart(const char* driverName, int size, void *args); * Stop a USB driver. * * @param driverName - name of the USB driver to stop - * @param size - Size of arguments to pass to USB driver start - * @param args - Arguments to pass to USB driver start + * @param size - Size of arguments to pass to USB driver stop + * @param args - Arguments to pass to USB driver stop * * @return 0 on success */