From: Douglas Bagnall Date: Thu, 29 Jun 2023 06:23:55 +0000 (+1200) Subject: util/convert string: remove inaccurate misspelt comment X-Git-Tag: talloc-2.4.2~1018 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5a728e81e8a746a2d5397f9b3c519bf89ad0248;p=thirdparty%2Fsamba.git 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 --- 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,