summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/amd64-gdbstub.c4
-rw-r--r--sys/amd64/amd64/busdma_machdep.c4
-rw-r--r--sys/amd64/amd64/exception.S4
-rw-r--r--sys/amd64/amd64/exception.s4
-rw-r--r--sys/amd64/isa/isa.c6
5 files changed, 11 insertions, 11 deletions
diff --git a/sys/amd64/amd64/amd64-gdbstub.c b/sys/amd64/amd64/amd64-gdbstub.c
index dac5f3e..0c5f82b 100644
--- a/sys/amd64/amd64/amd64-gdbstub.c
+++ b/sys/amd64/amd64/amd64-gdbstub.c
@@ -3,7 +3,7 @@
THIS SOFTWARE IS NOT COPYRIGHTED
HP offers the following for use in the public domain. HP makes no
- warranty with regard to the software or it's performance and the
+ warranty with regard to the software or its performance and the
user accepts the software "AS IS" with all faults.
HP DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD
@@ -47,7 +47,7 @@
*
* Because gdb will sometimes write to the stack area to execute function
* calls, this program cannot rely on using the supervisor stack so it
- * uses it's own stack area reserved in the int array remcomStack.
+ * uses its own stack area reserved in the int array remcomStack.
*
*************
*
diff --git a/sys/amd64/amd64/busdma_machdep.c b/sys/amd64/amd64/busdma_machdep.c
index 6e7faac..7fdc067 100644
--- a/sys/amd64/amd64/busdma_machdep.c
+++ b/sys/amd64/amd64/busdma_machdep.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: busdma_machdep.c,v 1.3 1998/02/06 12:13:04 eivind Exp $
+ * $Id: busdma_machdep.c,v 1.4 1998/02/20 13:11:47 bde Exp $
*/
#include <sys/param.h>
@@ -159,7 +159,7 @@ bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t boundary,
if (newtag->filter == NULL) {
/*
* Short circuit looking at our parent directly
- * since we have encapsulated all of it's information
+ * since we have encapsulated all of its information
*/
newtag->filter = parent->filter;
newtag->filterarg = parent->filterarg;
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index ffec37b..8242e26 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: exception.s,v 1.49 1998/04/04 13:24:07 phk Exp $
+ * $Id: exception.s,v 1.50 1998/04/15 11:10:28 bde Exp $
*/
#include "npx.h"
@@ -352,7 +352,7 @@ ENTRY(fork_trampoline)
/*
* cpu_set_fork_handler intercepts this function call to
* have this call a non-return function to stay in kernel mode.
- * initproc has it's own fork handler, but it does return.
+ * initproc has its own fork handler, but it does return.
*/
pushl %ebx /* arg1 */
call %esi /* function */
diff --git a/sys/amd64/amd64/exception.s b/sys/amd64/amd64/exception.s
index ffec37b..8242e26 100644
--- a/sys/amd64/amd64/exception.s
+++ b/sys/amd64/amd64/exception.s
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: exception.s,v 1.49 1998/04/04 13:24:07 phk Exp $
+ * $Id: exception.s,v 1.50 1998/04/15 11:10:28 bde Exp $
*/
#include "npx.h"
@@ -352,7 +352,7 @@ ENTRY(fork_trampoline)
/*
* cpu_set_fork_handler intercepts this function call to
* have this call a non-return function to stay in kernel mode.
- * initproc has it's own fork handler, but it does return.
+ * initproc has its own fork handler, but it does return.
*/
pushl %ebx /* arg1 */
call %esi /* function */
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 4c13577..9e67efc 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.110 1998/02/04 22:32:21 eivind Exp $
+ * $Id: isa.c,v 1.111 1998/02/06 12:13:17 eivind Exp $
*/
/*
@@ -652,7 +652,7 @@ isa_dmainit(chan, bouncebufsize)
/*
* Register a DMA channel's usage. Usually called from a device driver
- * in open() or during it's initialization.
+ * in open() or during its initialization.
*/
int
isa_dma_acquire(chan)
@@ -675,7 +675,7 @@ isa_dma_acquire(chan)
/*
* Unregister a DMA channel's usage. Usually called from a device driver
- * during close() or during it's shutdown.
+ * during close() or during its shutdown.
*/
void
isa_dma_release(chan)
OpenPOWER on IntegriCloud