mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Fix typos.
This commit is contained in:
parent
9a47b88da3
commit
7f1817c8ad
@ -887,7 +887,7 @@ varNewUInt64(uint64_t data)
|
||||
}
|
||||
|
||||
/***********************************************************************************************************************************
|
||||
Return int64
|
||||
Return uint64
|
||||
***********************************************************************************************************************************/
|
||||
uint64_t
|
||||
varUInt64(const Variant *this)
|
||||
|
@ -96,7 +96,7 @@ void varFree(Variant *this);
|
||||
Fields that are common between dynamically allocated and constant variants
|
||||
|
||||
There is nothing user-accessible here but this construct allows constant variants to be created and then handled by the same
|
||||
functions that process dynamically allocated variant.
|
||||
functions that process dynamically allocated variants.
|
||||
***********************************************************************************************************************************/
|
||||
#define VARIANT_COMMON \
|
||||
VariantType type; /* Variant type */
|
||||
|
@ -42,7 +42,7 @@ typedef enum
|
||||
// will need to checked after write to see if it is different.
|
||||
storageFeatureCompress,
|
||||
|
||||
// Does the storage support hardlinks? Hardlinks allow the same file to linked into multiple paths to save space.
|
||||
// Does the storage support hardlinks? Hardlinks allow the same file to be linked into multiple paths to save space.
|
||||
storageFeatureHardLink,
|
||||
|
||||
// Does the storage support symlinks? Symlinks allow paths/files/links to be accessed from another path.
|
||||
|
Loading…
Reference in New Issue
Block a user