]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Makefile: fix typo
authorJán Tomko <jtomko@redhat.com>
Sat, 31 Mar 2018 13:21:38 +0000 (15:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 2 May 2018 12:47:46 +0000 (14:47 +0200)
s/atttribute/attribute/

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/Makefile.am

index 0d8d380df13fc074ecc7d752233e12f7a46aa6f1..0c380780c318afa55a725fc34ff614f2bd779ee6 100644 (file)
@@ -668,7 +668,7 @@ libvirt_lxc_la_LIBADD = libvirt.la $(CYGWIN_EXTRA_LIBADD)
 
 # 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)).
+# unsafe things in functions marked __attribute__((constructor)).
 # This library is built to include the bare minimum required to
 # have a RPC client for local UNIX socket access only. We use
 # the ../config-post.h header to disable all external deps that