From 72eea35e0963a81842ced7a079245d53c1674d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Thu, 11 Dec 1997 16:05:46 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4187 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 4088cfa19..d6d6cd176 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -193,7 +193,7 @@ char *strerror(int eno); #endif #if !defined(HAVE_HSTRERROR) || defined(NEED_HSTRERROR_PROTO) -/* This is a fatal error under Psoriasis */ +/* This causes a fatal error under Psoriasis */ #if !(defined(SunOS) && (SunOS >= 5)) char *hstrerror(int herr); #endif