src is too big these days to tolerate superfluous apostrophes. It's

"its", people!
This commit is contained in:
snj 2014-10-18 08:33:23 +00:00
parent 3eddbcc25e
commit dc7585852f

View File

@ -1,4 +1,4 @@
/* $NetBSD: process.c,v 1.19 2013/10/19 17:16:37 christos Exp $ */
/* $NetBSD: process.c,v 1.20 2014/10/18 08:33:31 snj Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@ -26,7 +26,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: process.c,v 1.19 2013/10/19 17:16:37 christos Exp $");
__RCSID("$NetBSD: process.c,v 1.20 2014/10/18 08:33:31 snj Exp $");
#endif
#include "os.h"
@ -217,7 +217,7 @@ mopStartLoad(const u_char *dst, const u_char *src, struct dllist *dl_rpr,
slot = -1;
/* Look if we have a non terminated load, if so, use it's slot */
/* Look if we have a non terminated load, if so, use its slot */
for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
if (dle->status != DL_STATUS_FREE) {