From 99c33a7cbf7fdb607a43a91342a44a7a22e20bfb Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 4 Jan 2019 09:44:32 -0600 Subject: [PATCH] maint: cfg.mk typo fix Signed-off-by: Eric Blake --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 90ec8dfc60..e00213b7dd 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1066,7 +1066,7 @@ sc_prohibit_backslash_alignment: # Some syntax rules pertaining to the usage of cleanup macros # implementing GNU C's cleanup attribute -# Rule to ensure that varibales declared using a cleanup macro are +# Rule to ensure that variables declared using a cleanup macro are # always initialized. sc_require_attribute_cleanup_initialization: @prohibit='VIR_AUTO((FREE|PTR)\(.+\)|CLOSE) *[^=]+;' \ -- GitLab