[libvirt] [PATCH] Makefile: fix typo

Ján Tomko posted 1 patch 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/538a7d30c214ab2fe0a8792ff001492d9acf74cd.1525265292.git.jtomko@redhat.com
Test syntax-check passed
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] Makefile: fix typo
Posted by Ján Tomko 5 years, 11 months ago
s/atttribute/attribute/

Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
Pushed as trivial.

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 0d8d380df1..0c380780c3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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
-- 
2.16.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list