summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2013-04-17 11:56:11 +0000
committergabor <gabor@FreeBSD.org>2013-04-17 11:56:11 +0000
commit5635c6550b995cd64f19e3366146793c003746a1 (patch)
treef1bfa7d25cbf9018e3859351997fcb2d758ee2af /sys/amd64/include
parenta1c987c2476101f49bd6a40f1ad6e4715d91d1e1 (diff)
downloadFreeBSD-src-5635c6550b995cd64f19e3366146793c003746a1.zip
FreeBSD-src-5635c6550b995cd64f19e3366146793c003746a1.tar.gz
- Correct spelling in comments
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
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