summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_elf.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-11-14 18:00:27 +0000
committerjmc <jmc@openbsd.org>2006-11-14 18:00:27 +0000
commitd8a79e40f88ff6a2ce75d5e655dffda47994bf02 (patch)
tree0258886c02d7af1677da845d1a980a0ebed85a22 /sys/kern/exec_elf.c
parentimprove previous; (diff)
downloadwireguard-openbsd-d8a79e40f88ff6a2ce75d5e655dffda47994bf02.tar.xz
wireguard-openbsd-d8a79e40f88ff6a2ce75d5e655dffda47994bf02.zip
grammar, spelling, and style fixes from bret lambert;
kern_descrip.c change ok deraadt
Diffstat (limited to 'sys/kern/exec_elf.c')
-rw-r--r--sys/kern/exec_elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_elf.c b/sys/kern/exec_elf.c
index a07a9aa02e3..c09aba62e95 100644
--- a/sys/kern/exec_elf.c
+++ b/sys/kern/exec_elf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.c,v 1.54 2006/07/10 20:00:08 kettenis Exp $ */
+/* $OpenBSD: exec_elf.c,v 1.55 2006/11/14 18:00:27 jmc Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
@@ -639,7 +639,7 @@ native:
switch (ph[i].p_type) {
case PT_LOAD:
/*
- * Calcuates size of text and data segments
+ * Calculates size of text and data segments
* by starting at first and going to end of last.
* 'rwx' sections are treated as data.
* this is correct for BSS_PLT, but may not be