From db53b67ab75c93a6756c87b30f4506de39e1c964 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 17 May 2025 19:31:14 +0200 Subject: utils: Remove 'plist helper' from header comment --- include/libimobiledevice-glue/utils.h | 2 +- src/utils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libimobiledevice-glue/utils.h b/include/libimobiledevice-glue/utils.h index dd12265..350b7a0 100644 --- a/include/libimobiledevice-glue/utils.h +++ b/include/libimobiledevice-glue/utils.h @@ -1,7 +1,7 @@ /* * utils.h * Miscellaneous utilities for string manipulation, - * file I/O and plist helper. + * file I/O, etc. * * Copyright (c) 2014-2019 Nikias Bassen, All Rights Reserved. * Copyright (c) 2013-2014 Martin Szulecki, All Rights Reserved. diff --git a/src/utils.c b/src/utils.c index b9803ac..2c5c15d 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,7 +1,7 @@ /* * utils.c * Miscellaneous utilities for string manipulation, - * file I/O and plist helper. + * file I/O, etc. * * Copyright (c) 2014-2023 Nikias Bassen, All Rights Reserved. * Copyright (c) 2013-2014 Martin Szulecki, All Rights Reserved. -- cgit v1.1-32-gdbae