diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-09-01 15:08:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-09-01 15:08:04 +0000 |
commit | fa9e887ca5bac200e7f3b9d1802cafffbc71d3b9 (patch) | |
tree | a3670bea2429052d5315f0bbd9eb3362a53fb444 | |
parent | f87a4e4463e2bcbd8084a1cb3b1ea2847884fba7 (diff) | |
download | mandoc-fa9e887ca5bac200e7f3b9d1802cafffbc71d3b9.tar.gz |
remove "sparc" from a comment
-rw-r--r-- | mandocdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1049,7 +1049,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)) |