diff options
author | 2016-09-01 15:07:46 +0000 | |
---|---|---|
committer | 2016-09-01 15:07:46 +0000 | |
commit | 7f7e8da44f332e954f56ef9a19f09cb0b9cc5d21 (patch) | |
tree | 388d8a11a696daad92e726d8e6a5004fbe7558d7 | |
parent | move "sparc" down to discontinued architectures (diff) | |
download | wireguard-openbsd-7f7e8da44f332e954f56ef9a19f09cb0b9cc5d21.tar.xz wireguard-openbsd-7f7e8da44f332e954f56ef9a19f09cb0b9cc5d21.zip |
remove "sparc" from a comment
-rw-r--r-- | usr.bin/mandoc/mandocdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mandocdb.c b/usr.bin/mandoc/mandocdb.c index 83c10d0c171..4183d71dbec 100644 --- a/usr.bin/mandoc/mandocdb.c +++ b/usr.bin/mandoc/mandocdb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mandocdb.c,v 1.177 2016/08/22 16:12:52 schwarze Exp $ */ +/* $OpenBSD: mandocdb.c,v 1.178 2016/09/01 15:07:46 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2011-2016 Ingo Schwarze <schwarze@openbsd.org> @@ -1018,7 +1018,7 @@ mlink_check(struct mpage *mpage, struct mlink *mlink) * architectures. * A few manuals are even shared across completely * different architectures, for example fdformat(1) - * on amd64, i386, sparc, and sparc64. + * on amd64, i386, and sparc64. */ if (strcasecmp(mpage->arch, mlink->arch)) |