diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-05 12:06:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-05 12:06:39 +0000 |
commit | 7f1c659ce340d34f515943f88ea73475c97a45a2 (patch) | |
tree | e509f32b76e51a3aa7188ea20b0dbfbc33fdcfa4 /lib | |
parent | ec266f43d535ab3a8313f85f278907ba8c5c400c (diff) | |
download | coreutils-7f1c659ce340d34f515943f88ea73475c97a45a2.tar.xz |
whoops. fix typos
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nanosleep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nanosleep.h b/lib/nanosleep.h index 1c8517d00..a1e864924 100644 --- a/lib/nanosleep.h +++ b/lib/nanosleep.h @@ -52,6 +52,6 @@ struct timespec int nanosleep PARAMS ((const struct timespec *requested_delay, - struct timespec *remaining_delay) + struct timespec *remaining_delay)); #endif |