From b5a728e81e8a746a2d5397f9b3c519bf89ad0248 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 29 Jun 2023 18:23:55 +1200 Subject: [PATCH] util/convert string: remove inaccurate misspelt comment Previous commit to the "embarrassing" line was ce10a7a673e8adf "Fix typo in comment", which did not completely fix the typo in the comment. But there are no gotos anymore, so no embarrassment, however spelt. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- lib/util/charset/convert_string.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/util/charset/convert_string.c b/lib/util/charset/convert_string.c index 686b9ab8468..9fa721b6d12 100644 --- a/lib/util/charset/convert_string.c +++ b/lib/util/charset/convert_string.c @@ -342,9 +342,6 @@ bool convert_string_handle(struct smb_iconv_handle *ic, * converted. * * Ensure the srclen contains the terminating zero. - * - * I hate the goto's in this function. It's emberrassing..... - * There has to be a cleaner way to do this. JRA. */ bool convert_string_talloc_handle(TALLOC_CTX *ctx, struct smb_iconv_handle *ic, charset_t from, charset_t to,