From 44cd25cf2da5e83fed367a7f49614e3024dee38b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 16 May 2005 01:03:40 +0000 Subject: [PATCH] Typo fix. --- sim/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/ChangeLog b/sim/ChangeLog index c7dc33d12a..41688bab7b 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,6 +1,6 @@ 2005-04-29 Paul Brook - * common/callback.c (PIPE_BUF): Provide default refinition. + * common/callback.c (PIPE_BUF): Provide default definition. (os_lstat): Use stat if lstat is not available on the host. (os_ftruncate): Return EINVAL if not available on the host. (os_truncate): Ditto.