mirror of https://gitee.com/bigwinds/arangodb
Typos.
This commit is contained in:
parent
4c5494c67d
commit
4ac19a99fc
|
@ -102,7 +102,7 @@ typedef struct TRI_pqueue_base_s {
|
|||
bool _reverse;
|
||||
|
||||
// ...........................................................................
|
||||
// Additional hidden extenral structure used outside this priority queue
|
||||
// Additional hidden external structure used outside this priority queue
|
||||
// This hidden structure is not available within this priority queue
|
||||
// ...........................................................................
|
||||
// char[n]
|
||||
|
@ -124,7 +124,7 @@ typedef struct TRI_pqueue_s {
|
|||
|
||||
|
||||
// ...........................................................................
|
||||
// default pq add, remove ,top methods
|
||||
// default pq add, remove, top methods
|
||||
// ...........................................................................
|
||||
|
||||
bool (*add) (struct TRI_pqueue_s*, void*);
|
||||
|
|
|
@ -374,7 +374,7 @@ size_t TRI_GetLengthAssociativePointer (const TRI_associative_pointer_t* const);
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief associative array of synced pointers
|
||||
///
|
||||
/// Note that lookup, insert, and remove are proctected using a read-write lock.
|
||||
/// Note that lookup, insert, and remove are protected using a read-write lock.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
typedef struct TRI_associative_synced_s {
|
||||
|
|
Loading…
Reference in New Issue