diff options
-rw-r--r-- | com32/gpllib/disk/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gpllib/disk/error.c b/com32/gpllib/disk/error.c index 1853092b..b3fb6ce1 100644 --- a/com32/gpllib/disk/error.c +++ b/com32/gpllib/disk/error.c @@ -13,7 +13,7 @@ /** * get_error - decode a disk error status - * @buffer_ptr: Preallocated buffer + * @s: Preallocated buffer * * Fill @buffer_ptr with the last errno_disk **/ |