From b86d781e3ee41ecd96db72370c40a523588a4021 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Mon, 10 Feb 2020 17:03:02 +0100 Subject: [PATCH] debuginfod.h: fix typo in comment: legnth -> length Signed-off-by: Konrad Kleine --- debuginfod/debuginfod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuginfod/debuginfod.h b/debuginfod/debuginfod.h index 33fae863d..b4b6a3d2a 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.47.3