WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix typo

# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID 9be9bc0b0f1167fa4d1193b4f3f4a36ad5399be7
# Parent  4aeb53ba2890ef1104e5abd2934f9900df486bea
Fix typo

diff -r 4aeb53ba2890 -r 9be9bc0b0f11 
linux-2.6-xen-sparse/arch/ia64/xen/drivers/evtchn_ia64.c
--- a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/evtchn_ia64.c  Thu Nov 10 
14:34:09 2005
+++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/evtchn_ia64.c  Thu Nov 10 
15:07:47 2005
@@ -105,7 +105,7 @@
        const char *devname,
        void *dev_id)
 {
-    printk("%s is called which has not been supported now...?\n", __FUNTION__);
+    printk("%s is called which has not been supported now...?\n", 
__FUNCTION__);
     while(1);
 }
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix typo, Xen patchbot -unstable <=