summaryrefslogtreecommitdiff
path: root/ACE/ace/FILE.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-07 18:53:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-07 18:53:04 +0000
commit65afecb35e9c690279f493ac6e3e0381c8e26420 (patch)
tree1372fb67eba4ed4ba97e9f344cb275d879c59a32 /ACE/ace/FILE.h
parent4ba9ab10e671ed80e4d09c2faaed67d704a84f3c (diff)
downloadATCD-65afecb35e9c690279f493ac6e3e0381c8e26420.tar.gz
Sun Oct 7 18:52:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/FILE.h')
-rw-r--r--ACE/ace/FILE.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/FILE.h b/ACE/ace/FILE.h
index a2f8932c854..bf8f4561d4f 100644
--- a/ACE/ace/FILE.h
+++ b/ACE/ace/FILE.h
@@ -85,11 +85,11 @@ public:
/**
* Sets the file pointer as follows:
- * o If <whence> is <SEEK_SET>, the pointer is set to <offset>
+ * o If <whence> is <SEEK_SET>, the pointer is set to @a offset
* bytes.
*
* o If <whence> is <SEEK_CUR>, the pointer is set to its
- * current location plus <offset>.
+ * current location plus @a offset.
*
* o If <whence> is <SEEK_END>, the pointer is set to the size
* of the file plus offset.