This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] NFC: fix typo in comment: legnth -> length


Hi, 

this is my first patch to elfutils and I hope the format is okay.

All I did was fixing a little comment typo.

I've added the signed-off patch as an attachment and also put it in this message.

Regards
Konrad

From e32862b13cfa7c433e8ee29946ea153c9dbf46e0 Mon Sep 17 00:00:00 2001
From: Konrad Kleine <kkleine@redhat.com>
Date: Mon, 10 Feb 2020 08:46:13 -0500
Subject: [PATCH] NFC: fix typo in comment: legnth -> length

Signed-off-by: Konrad Kleine <kkleine@redhat.com>
---
 debuginfod/debuginfod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debuginfod/debuginfod.h b/debuginfod/debuginfod.h
index 33fae863..b4b6a3d2 100644
--- a/debuginfod/debuginfod.h
+++ b/debuginfod/debuginfod.h
@@ -48,7 +48,7 @@ debuginfod_client *debuginfod_begin (void);
 /* Query the urls contained in $DEBUGINFOD_URLS for a file with
    the specified type and build id.  If build_id_len == 0, the
    build_id is supplied as a lowercase hexadecimal string; otherwise
-   it is a binary blob of given legnth.
+   it is a binary blob of given length.
 
    If successful, return a file descriptor to the target, otherwise
    return a posix error code.  If successful, set *path to a
-- 
2.17.1


From e32862b13cfa7c433e8ee29946ea153c9dbf46e0 Mon Sep 17 00:00:00 2001
From: Konrad Kleine <kkleine@redhat.com>
Date: Mon, 10 Feb 2020 08:46:13 -0500
Subject: [PATCH] NFC: fix typo in comment: legnth -> length

Signed-off-by: Konrad Kleine <kkleine@redhat.com>
---
 debuginfod/debuginfod.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debuginfod/debuginfod.h b/debuginfod/debuginfod.h
index 33fae863..b4b6a3d2 100644
--- a/debuginfod/debuginfod.h
+++ b/debuginfod/debuginfod.h
@@ -48,7 +48,7 @@ debuginfod_client *debuginfod_begin (void);
 /* Query the urls contained in $DEBUGINFOD_URLS for a file with
    the specified type and build id.  If build_id_len == 0, the
    build_id is supplied as a lowercase hexadecimal string; otherwise
-   it is a binary blob of given legnth.
+   it is a binary blob of given length.
 
    If successful, return a file descriptor to the target, otherwise
    return a posix error code.  If successful, set *path to a
-- 
2.17.1

Attachment: 0xC0A02C32BCB73099.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]