diff options
author | 2017-01-21 01:43:16 +0000 | |
---|---|---|
committer | 2017-01-21 01:43:16 +0000 | |
commit | 87e2f33be64be7aa86d5a259b3cbaf7571076be0 (patch) | |
tree | cdb99de993b5a8feca23703bd1d852e94ee6ec78 | |
parent | Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since their (diff) | |
download | wireguard-openbsd-87e2f33be64be7aa86d5a259b3cbaf7571076be0.tar.xz wireguard-openbsd-87e2f33be64be7aa86d5a259b3cbaf7571076be0.zip |
Fix misspelling in comment
-rw-r--r-- | lib/csu/hppa/md_init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/hppa/md_init.h b/lib/csu/hppa/md_init.h index f916a6a913d..93406b467c5 100644 --- a/lib/csu/hppa/md_init.h +++ b/lib/csu/hppa/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.10 2017/01/21 00:45:13 guenther Exp $ */ +/* $OpenBSD: md_init.h,v 1.11 2017/01/21 01:43:16 guenther Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -89,7 +89,7 @@ " .previous") -#include <sys/exec.h> /* for struct psstrings */ +#include <sys/exec.h> /* for struct ps_strings */ #define MD_CRT0_START \ __asm( \ |