diff --git a/libutils/include/utils/auto.h b/libutils/include/utils/auto.h index e99b67bd..21e04db6 100644 --- a/libutils/include/utils/auto.h +++ b/libutils/include/utils/auto.h @@ -15,7 +15,7 @@ * adjacent macro. Sample usage: * * void foo(void) { - * autofree int *x = malloc(sizeof(int)); + * AUTOFREE int *x = malloc(sizeof(int)); * // no need to call free(x) * } */