diff options
author | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-08-23 14:40:49 -0700 |
---|---|---|
committer | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-08-23 14:41:57 -0700 |
commit | 39c3e64bd35b9c5c25fed0552d9b40158c53ed78 (patch) | |
tree | f6859c3d1273013c4c8563ac70875770d863b6cf /com32/gpllib/disk/error.c | |
parent | 6f74f1b4edbed5af2e279f31516024c01a2d4bd3 (diff) | |
download | syslinux-39c3e64bd35b9c5c25fed0552d9b40158c53ed78.tar.gz syslinux-39c3e64bd35b9c5c25fed0552d9b40158c53ed78.tar.xz syslinux-39c3e64bd35b9c5c25fed0552d9b40158c53ed78.zip |
gpllib: fix comment
buffer_ptr has been renamed to s.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/gpllib/disk/error.c')
-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 **/ |