summaryrefslogtreecommitdiffstats
path: root/sys/compat/ndis/subr_pe.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-30 00:35:46 +0000
committerpfg <pfg@FreeBSD.org>2016-04-30 00:35:46 +0000
commit2824fbf0a84a4fe891aa1320d3850555aa30aa4c (patch)
treee78bc0fd97dfab68c2535c8223b07a7082617efb /sys/compat/ndis/subr_pe.c
parent5f7f519b76a9e0e8be95f4a8aadbf2584d4e31e7 (diff)
downloadFreeBSD-src-2824fbf0a84a4fe891aa1320d3850555aa30aa4c.zip
FreeBSD-src-2824fbf0a84a4fe891aa1320d3850555aa30aa4c.tar.gz
ndis: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/compat/ndis/subr_pe.c')
-rw-r--r--sys/compat/ndis/subr_pe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/ndis/subr_pe.c b/sys/compat/ndis/subr_pe.c
index fcbaef2..47bef25 100644
--- a/sys/compat/ndis/subr_pe.c
+++ b/sys/compat/ndis/subr_pe.c
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
/*
* This file contains routines for relocating and dynamically linking
* executable object code files in the Windows(r) PE (Portable Executable)
- * format. In Windows, anything with a .EXE, .DLL or .SYS extention is
+ * format. In Windows, anything with a .EXE, .DLL or .SYS extension is
* considered an executable, and all such files have some structures in
* common. The PE format was apparently based largely on COFF but has
* mutated significantly over time. We are mainly concerned with .SYS files,
OpenPOWER on IntegriCloud