1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Fix typos.

This commit is contained in:
David Steele 2020-03-17 11:43:38 -04:00
parent 9a47b88da3
commit 7f1817c8ad
3 changed files with 3 additions and 3 deletions

View File

@ -887,7 +887,7 @@ varNewUInt64(uint64_t data)
}
/***********************************************************************************************************************************
Return int64
Return uint64
***********************************************************************************************************************************/
uint64_t
varUInt64(const Variant *this)

View File

@ -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 */

View File

@ -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.