Skip to content

Commit

Permalink
libutils: use proper macro name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h authored and lsf37 committed Jan 31, 2024
1 parent b8d0d3a commit 9df2d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libutils/include/utils/auto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* }
*/
Expand Down

0 comments on commit 9df2d10

Please sign in to comment.