diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
commit | 10f1729b65638f3f273f523861dd547ec6832e5f (patch) | |
tree | a49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Dirent.h | |
parent | 3e172150a24e32f471d10eb9a60eebb599de6f81 (diff) | |
download | ATCD-10f1729b65638f3f273f523861dd547ec6832e5f.tar.gz |
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Dirent.h')
-rw-r--r-- | ace/Dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Dirent.h b/ace/Dirent.h index f606c77fc1b..5f7ad9ad7e1 100644 --- a/ace/Dirent.h +++ b/ace/Dirent.h @@ -60,7 +60,7 @@ public: // whether entries are returned for dot or dot-dot. The pointer // returned by <readdir> points to data that may be overwritten by // another call to <readdir> on the same directory stream. This - // data shall not be overwritten by another call to readdir() on a + // data shall not be overwritten by another call to <readdir> on a // different directory stream. <readdir> may buffer several // directory entries per actual read operation; <readdir> marks for // update the st_atime field of the directory each time the |