diff options
| author | 2013-12-02 19:47:28 +0000 | |
|---|---|---|
| committer | 2013-12-02 19:47:28 +0000 | |
| commit | 55f0caf3f7c72d16a2f5aa94e2c4a9218be6d828 (patch) | |
| tree | 71ee00c383f438586d093478910d346e16d17aea /sys/compat/linux/linux_exec.c | |
| parent | memory leak if copystr() fails, from Maxime Villard (diff) | |
| download | wireguard-openbsd-55f0caf3f7c72d16a2f5aa94e2c4a9218be6d828.tar.xz wireguard-openbsd-55f0caf3f7c72d16a2f5aa94e2c4a9218be6d828.zip | |
spelling; from Maxime Villard
Diffstat (limited to 'sys/compat/linux/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/linux_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_exec.c b/sys/compat/linux/linux_exec.c index 7c442819a75..71a13372d6f 100644 --- a/sys/compat/linux/linux_exec.c +++ b/sys/compat/linux/linux_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_exec.c,v 1.39 2013/12/02 19:47:04 deraadt Exp $ */ +/* $OpenBSD: linux_exec.c,v 1.40 2013/12/02 19:47:28 deraadt Exp $ */ /* $NetBSD: linux_exec.c,v 1.13 1996/04/05 00:01:10 christos Exp $ */ /*- @@ -218,7 +218,7 @@ linux_elf_probe(struct proc *p, struct exec_package *epp, char *itp, * If this is a static binary, do not allow it to run, as it * has not been identified. We'll give non-static binaries a * chance to run, as the Linux ld.so name is usually unique - * enough to clear any amibiguity. + * enough to clear any ambiguity. */ if (itp == NULL) return (EINVAL); |
