diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2018-11-12 05:06:51 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2018-11-12 05:06:51 +0000 |
commit | 1c0d8783e27e3532c99a15f2704a280fe5b77415 (patch) | |
tree | f709aad24deef948ad1b1fd85408af3597035f34 /sys/arch/amd64 | |
parent | 20650eb689032e7a60eb34c08db16920b9e92c2c (diff) |
Fix grammar in comment
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/stand/libsa/exec_i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/exec_i386.c b/sys/arch/amd64/stand/libsa/exec_i386.c index 97185569aaf..9aa6e6fb860 100644 --- a/sys/arch/amd64/stand/libsa/exec_i386.c +++ b/sys/arch/amd64/stand/libsa/exec_i386.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_i386.c,v 1.23 2018/04/23 23:14:10 yasuoka Exp $ */ +/* $OpenBSD: exec_i386.c,v 1.24 2018/11/12 05:06:50 guenther Exp $ */ /* * Copyright (c) 1997-1998 Michael Shalayeff @@ -141,7 +141,7 @@ run_loadfile(u_long *marks, int howto) /* * This code may be used both for 64bit and 32bit. Make sure the - * bootarg is 32bit always on even on amd64. + * bootarg is always 32bit, even on amd64. */ #ifdef __amd64__ makebootargs32(av, &ac); |