X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fhmap.c;h=f3cbf23a6161ccade1ce5dc879d44b9b5a65cf6e;hb=f790dbda9d498eef9c9c0a49078adbeecf768d56;hp=471ff61f6ebf5e2b338751e5ba90e3bd31969a58;hpb=3dd0f6ae0d5eb73a2270a243e443c4ae03c2c16e;p=pspp diff --git a/src/libpspp/hmap.c b/src/libpspp/hmap.c index 471ff61f6e..f3cbf23a61 100644 --- a/src/libpspp/hmap.c +++ b/src/libpspp/hmap.c @@ -187,7 +187,7 @@ hmap_moved (struct hmap *map, static size_t capacity_to_mask (size_t capacity) { - /* Calculate the minimum mask necesary to support the given + /* Calculate the minimum mask necessary to support the given capacity. */ size_t mask = 0; while (hmap_mask_to_capacity__ (mask) < capacity)