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

Konrad Kleine kkleine@redhat.com
Mon Feb 10 16:03:00 GMT 2020


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-NFC-fix-typo-in-comment-legnth-length.patch
Type: text/x-patch
Size: 988 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/elfutils-devel/attachments/20200210/2ee5ea12/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0xC0A02C32BCB73099.asc
Type: application/pgp-keys
Size: 6429 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/elfutils-devel/attachments/20200210/2ee5ea12/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://sourceware.org/pipermail/elfutils-devel/attachments/20200210/2ee5ea12/attachment.sig>


More information about the Elfutils-devel mailing list