summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/xen/xen-os.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/xen/xen-os.h b/sys/amd64/include/xen/xen-os.h
index 163e7f2..6941558 100644
--- a/sys/amd64/include/xen/xen-os.h
+++ b/sys/amd64/include/xen/xen-os.h
@@ -2,6 +2,8 @@
* os.h
*
* random collection of macros and definition
+ *
+ * $FreeBSD$
*/
#ifndef _XEN_OS_H_
@@ -57,7 +59,7 @@ void trap_init(void);
/*
* STI/CLI equivalents. These basically set and clear the virtual
- * event_enable flag in teh shared_info structure. Note that when
+ * event_enable flag in the shared_info structure. Note that when
* the enable bit is set, there may be pending events to be handled.
* We may therefore call into do_hypervisor_callback() directly.
*/
OpenPOWER on IntegriCloud