diff --git a/code/fd-stream.lisp b/code/fd-stream.lisp
index 7c5d18abe34a6c63d2f06014bf0bbc80e1941116..09fd4d153304460dbe1166ed5ac8f52350cf0443 100644
--- a/code/fd-stream.lisp
+++ b/code/fd-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.70 2003/06/26 13:27:42 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.71 2003/08/05 11:00:49 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -937,7 +937,7 @@
       (multiple-value-bind (okay err) (unix:unix-rename original filename)
 	(unless okay
 	  (cerror "Go on as if nothing bad happened."
-		  "Could not restore ~S to it's original contents: ~A"
+		  "Could not restore ~S to its original contents: ~A"
 		  filename (unix:get-unix-error-msg err))))
       (multiple-value-bind (okay err) (unix:unix-unlink filename)
 	(unless okay
diff --git a/code/gc.lisp b/code/gc.lisp
index 35b436a7df67d0028bb72cc2436afe259e4d1dc5..a4e13c0fda15cd995338cd70ad3e5e2d8d7254f1 100644
--- a/code/gc.lisp
+++ b/code/gc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.35 2003/05/29 12:35:05 gerd Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.36 2003/08/05 11:00:49 emarsden Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -413,7 +413,7 @@
 	;; optimizing the test away because of the type declaim for
 	;; *bytes-consed-between-gcs*.
 	(warn "The value of *BYTES-CONSED-BETWEEN-GCS*, ~S, is not an ~
-	       integer.  Reseting it to ~D." *bytes-consed-between-gcs*
+	       integer.  Resetting it to ~D." *bytes-consed-between-gcs*
 	       default-bytes-consed-between-gcs)
 	(setf *bytes-consed-between-gcs* default-bytes-consed-between-gcs))
       (when (and *gc-trigger* (> pre-gc-dyn-usage *gc-trigger*))