Author: neel
Date: Wed Jan 14 07:18:51 2015
New Revision: 277168
URL: https://svnweb.freebsd.org/changeset/base/277168

Log:
  Fix typo (missing comma).
  
  MFC after:    3 days

Modified:
  head/sys/amd64/vmm/vmm_ioport.c

Modified: head/sys/amd64/vmm/vmm_ioport.c
==============================================================================
--- head/sys/amd64/vmm/vmm_ioport.c     Wed Jan 14 07:02:21 2015        
(r277167)
+++ head/sys/amd64/vmm/vmm_ioport.c     Wed Jan 14 07:18:51 2015        
(r277168)
@@ -74,7 +74,7 @@ inout_instruction(struct vm_exit *vmexit
        static const char *iodesc[] = {
                "outb", "outw", "outl",
                "inb", "inw", "inl",
-               "outsb", "outsw", "outsd"
+               "outsb", "outsw", "outsd",
                "insb", "insw", "insd",
        };
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to