]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
util: remove doubled comment
authorPhilipp Stanner <stanner@posteo.de>
Mon, 16 May 2022 11:12:29 +0000 (13:12 +0200)
committerPhilipp Stanner <stanner@posteo.de>
Mon, 16 May 2022 11:20:53 +0000 (13:20 +0200)
Signed-off-by: Philipp Stanner <stanner@posteo.de>
src/utils.c

index b7ac721b0019116d976a66cc1dcb0f394e7d9031..8771be2f1d494aaae588755bb277671bdb2cf484 100644 (file)
 #include "macro.h"
 #include "memory_utils.h"
 
-/*
- * append the given formatted string to *src.
- * src: a pointer to a char* in which to append the formatted string.
- * sz: the number of characters printed so far, minus trailing \0.
- * asz: the allocated size so far
- * format: string format. See printf for details.
- * ...: varargs. See printf for details.
- */
 /*
  * append the given formatted string to *src.
  * src: a pointer to a char* in which to append the formatted string.