summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/inc/store/store.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/store/inc/store/store.h b/store/inc/store/store.h
index 7a180f11c3b8..ff3f1ef0a390 100644
--- a/store/inc/store/store.h
+++ b/store/inc/store/store.h
@@ -323,8 +323,8 @@ STORE_DLLPUBLIC storeError SAL_CALL store_attrib (
/** Insert a file entry as 'hard link' to another file entry.
- @precond Source must not exist, Destination must exist.
- @postcond Source has attribute STORE_ATTRIB_ISLINK.
+ @pre Source must not exist, Destination must exist.
+ @post Source has attribute STORE_ATTRIB_ISLINK.
@see store_attrib()
@param hFile [in] the File Handle
@@ -342,8 +342,8 @@ STORE_DLLPUBLIC storeError SAL_CALL store_link (
/** Insert a file entry as 'symbolic link' to another file entry.
- @precond Source must not exist
- @postcond Source has attribute STORE_ATTRIB_ISLINK.
+ @pre Source must not exist
+ @post Source has attribute STORE_ATTRIB_ISLINK.
@see store_attrib()
@param hFile [in] the File Handle