From 145697dcf76af3801cf6b084893e5f2b775f7973 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 14 May 2022 19:11:55 -0700 Subject: [PATCH] cgraph: realign 'agxbput_n' parameter name with its implementation --- lib/cgraph/agxbuf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cgraph/agxbuf.h b/lib/cgraph/agxbuf.h index 15049d4cc..de393bb6a 100644 --- a/lib/cgraph/agxbuf.h +++ b/lib/cgraph/agxbuf.h @@ -78,9 +78,9 @@ extern "C" { #undef PRINTF_LIKE /* agxbput_n: - * Append string s of length n into xb + * Append string s of length ssz into xb */ - AGXBUF_API size_t agxbput_n(agxbuf * xb, const char *s, size_t n); + AGXBUF_API size_t agxbput_n(agxbuf * xb, const char *s, size_t ssz); /* agxbput: * Append string s into xb -- 2.40.0