Commit fa29f458 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Typo

From:       github::t-h-r-o-w-a-w-a-y
parent 03d6df89
......@@ -412,7 +412,7 @@ smp_sml_getobj(struct worker *wrk, struct objcore *oc)
* The object may not be in this segment since we allocate it
* In a separate operation than the smp_object. We could check
* that it is in a later segment, but that would be complicated.
* XXX: For now, be happy if it is inside th silo
* XXX: For now, be happy if it is inside the silo
*/
ASSERT_PTR_IN_SILO(sg->sc, o);
CHECK_OBJ_NOTNULL(o, OBJECT_MAGIC);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment