}
/*
- parse a dom_sid28 - this is a dom_sid in a fixed 28 byte buffer, so we need to ensure there are only upto 5 sub_auth
+ parse a dom_sid28 - this is a dom_sid in a fixed 28 byte buffer, so we need to ensure there are only up to 5 sub_auth
*/
enum ndr_err_code ndr_pull_dom_sid28(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid)
{
if (sid->num_auths > 5) {
return ndr_push_error(ndr, NDR_ERR_RANGE,
- "dom_sid28 allows only upto 5 sub auth [%u]",
+ "dom_sid28 allows only up to 5 sub auth [%u]",
sid->num_auths);
}
/*
* make sure the write time is updated 2 seconds later
* calcuated from the first write
- * (but expect upto 5 seconds extra time for a busy server)
+ * (but expect up to 5 seconds extra time for a busy server)
*/
start = timeval_current();
end = timeval_add(&start, 7 * sec, 0);
/*
* make sure the write time is updated 2 seconds later
* calcuated from the first write
- * (but expect upto 5 seconds extra time for a busy server)
+ * (but expect up to 5 seconds extra time for a busy server)
*/
start = timeval_current();
end = timeval_add(&start, 7 * sec, 0);
/*
* make sure the write time is updated 2 seconds later
* calcuated from the first write
- * (but expect upto 5 seconds extra time for a busy server)
+ * (but expect up to 5 seconds extra time for a busy server)
*/
start = timeval_current();
end = timeval_add(&start, 7 * sec, 0);
/*
* make sure the write time is updated 2 seconds later
* calcuated from the first write
- * (but expect upto 3 seconds extra time for a busy server)
+ * (but expect up to 3 seconds extra time for a busy server)
*/
start = timeval_current();
end = timeval_add(&start, 5 * sec, 0);