Commit 500c6565 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

More typos

parent ab09f23b
......@@ -267,11 +267,11 @@ vws_init(struct waiter *w)
static void __match_proto__(waiter_fini_f)
vws_fini(struct waiter *w)
{
struct vws *vwe;
struct vws *vws;
void *vp;
CAST_OBJ_NOTNULL(vws, w->priv, VWS_MAGIC);
AZ(pthread_join(vwp->thread, &vp));
AZ(pthread_join(vws->thread, &vp));
WRONG("Not Yet Implemented");
}
......
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