Explorar o código

Typo in comment

Ian Goldberg hai 1 ano
pai
achega
8d94d73582
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Enclave/sort.hpp

+ 1 - 1
Enclave/sort.hpp

@@ -36,7 +36,7 @@ void sort_precompute_evalplan(uint32_t N, threadid_t nthreads);
 
 // Perform the sort using up to nthreads threads.  The items to sort are
 // byte arrays of size msg_size.  The key is the 10-bit storage server
-// id contatenated with the 22-bit uid at the storage server.
+// id concatenated with the 22-bit uid at the storage server.
 void sort_mtobliv(threadid_t nthreads, uint8_t* items, uint16_t msg_size,
     uint32_t Nr, uint32_t Na,
     // the arguments to the callback are items, the sorted indices, and