From: Nitesh Konkar Date: Tue, 20 Sep 2016 18:52:15 +0000 (+0530) Subject: config-post.h:fix a typo X-Git-Tag: v2.3.0-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46656767612fd673d4d72e8d3a3b0f4da3673085;p=thirdparty%2Flibvirt.git config-post.h:fix a typo Signed-off-by: Nitesh Konkar --- diff --git a/config-post.h b/config-post.h index dd691976b8..6eb63db76b 100644 --- a/config-post.h +++ b/config-post.h @@ -20,7 +20,7 @@ * Since virt-login-shell will be setuid, we must do everything * we can to avoid linking to other libraries. Many of them do * unsafe things in functions marked __atttribute__((constructor)). - * The only way avoid to avoid such deps is to re-compile the + * The only way to avoid such deps is to re-compile the * functions with the code in question disabled, and for that we * must override the main config.h rules. Hence this file :-( */