]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
config-post.h:fix a typo
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Tue, 20 Sep 2016 18:52:15 +0000 (00:22 +0530)
committerErik Skultety <eskultet@redhat.com>
Wed, 21 Sep 2016 07:35:51 +0000 (09:35 +0200)
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
config-post.h

index dd691976b8bf5702cd2c87576c5c760e1b188756..6eb63db76b0a01bfd4fc9361156893de1308f20c 100644 (file)
@@ -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 :-(
  */