1
0
Fork 0
This commit is contained in:
Guido Reina 2013-05-05 16:12:17 +02:00
parent 4c5494c67d
commit 4ac19a99fc
2 changed files with 3 additions and 3 deletions

View File

@ -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*);

View File

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