diff options
author | 2025-05-17 19:31:14 +0200 | |
---|---|---|
committer | 2025-05-17 19:31:14 +0200 | |
commit | db53b67ab75c93a6756c87b30f4506de39e1c964 (patch) | |
tree | 7e5aa4fd835d1c10bb4194a53bc7aacebb06cad8 | |
parent | 65986d17322b374bf6fec2b9618cd49713510ca9 (diff) | |
download | libimobiledevice-glue-db53b67ab75c93a6756c87b30f4506de39e1c964.tar.gz libimobiledevice-glue-db53b67ab75c93a6756c87b30f4506de39e1c964.tar.bz2 |
utils: Remove 'plist helper' from header comment
-rw-r--r-- | include/libimobiledevice-glue/utils.h | 2 | ||||
-rw-r--r-- | 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. |