[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
finalise -> finalize
- To: bugs_(_at_)_openbsd_(_dot_)_org
- Subject: finalise -> finalize
- From: Jason Ackley <jason_(_at_)_ackley_(_dot_)_net>
- Date: Fri, 21 Feb 2003 18:56:37 -0800 (PST)
All in comment sections of code and 1 man page.
Index: ./gnu/usr.bin/binutils/gas/config/tc-tic30.c
===================================================================
RCS file: /cvs/src/gnu/usr.bin/binutils/gas/config/tc-tic30.c,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 tc-tic30.c
--- ./gnu/usr.bin/binutils/gas/config/tc-tic30.c 13 May 2002 13:37:14 -0000 1.1.1.2
+++ ./gnu/usr.bin/binutils/gas/config/tc-tic30.c 22 Feb 2003 02:54:13 -0000
@@ -1094,7 +1094,7 @@
}
}
debug ("P field: %08X\n", p_insn.p_field);
- /* Finalise opcode. This is easier for parallel instructions as they have to be
+ /* Finalize opcode. This is easier for parallel instructions as they have to be
fully resolved, there are no memory addresses allowed, except through indirect
addressing, so there are no labels to resolve. */
{
@@ -1188,7 +1188,7 @@
}
break;
}
- } /* Opcode is finalised at this point for all parallel instructions. */
+ } /* Opcode is finalized at this point for all parallel instructions. */
{ /* Output opcode */
char *p;
p = frag_more (INSN_SIZE);
Index: ./lib/libssl/src/crypto/evp/digest.c
===================================================================
RCS file: /cvs/src/lib/libssl/src/crypto/evp/digest.c,v
retrieving revision 1.3
diff -u -r1.3 digest.c
--- ./lib/libssl/src/crypto/evp/digest.c 15 May 2002 02:29:14 -0000 1.3
+++ ./lib/libssl/src/crypto/evp/digest.c 22 Feb 2003 02:54:13 -0000
@@ -292,7 +292,7 @@
int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx)
{
/* Don't assume ctx->md_data was cleaned in EVP_Digest_Final,
- * because sometimes only copies of the context are ever finalised.
+ * because sometimes only copies of the context are ever finalized.
*/
if (ctx->digest && ctx->digest->cleanup
&& !EVP_MD_CTX_test_flags(ctx,EVP_MD_CTX_FLAG_CLEANED))
Index: ./sys/dev/usb/umass.c
===================================================================
RCS file: /cvs/src/sys/dev/usb/umass.c,v
retrieving revision 1.21
diff -u -r1.21 umass.c
--- ./sys/dev/usb/umass.c 5 Jan 2003 22:41:36 -0000 1.21
+++ ./sys/dev/usb/umass.c 22 Feb 2003 02:54:13 -0000
@@ -2818,7 +2818,7 @@
/* umass_cam_cb
- * finalise a completed CAM command
+ * finalize a completed CAM command
*/
Static void
@@ -2894,7 +2894,7 @@
}
}
-/* Finalise a completed autosense operation
+/* Finalize a completed autosense operation
*/
Static void
umass_cam_sense_cb(struct umass_softc *sc, void *priv, int residue, int status)
@@ -3398,7 +3398,7 @@
}
/*
- * Finalise a completed autosense operation
+ * Finalize a completed autosense operation
*/
Static void
umass_scsipi_sense_cb(struct umass_softc *sc, void *priv, int residue,
Index: ./sys/scsi/st.c
===================================================================
RCS file: /cvs/src/sys/scsi/st.c,v
retrieving revision 1.33
diff -u -r1.33 st.c
--- ./sys/scsi/st.c 30 Dec 2002 21:50:29 -0000 1.33
+++ ./sys/scsi/st.c 22 Feb 2003 02:54:13 -0000
@@ -1315,7 +1315,7 @@
* As the drive liked it, if we are setting a new default,
* set it into the structures as such.
*
- * The means for deciding this are not finalised yet
+ * The means for deciding this are not finalized yet
*/
if (STMODE(dev) == 0x03) {
/* special mode */
Index: ./share/man/man9/autoconf.9
===================================================================
RCS file: /cvs/src/share/man/man9/autoconf.9,v
retrieving revision 1.2
diff -u -r1.2 autoconf.9
--- ./share/man/man9/autoconf.9 8 Nov 2002 08:08:47 -0000 1.2
+++ ./share/man/man9/autoconf.9 22 Feb 2003 02:54:13 -0000
@@ -319,7 +319,7 @@
detached.
At some later point,
.Fn config_detach
-will be called to finalise the removal of the device.
+will be called to finalize the removal of the device.
.Sh DEFERRED CONFIGURATION
.nr nS 1
.Ft "void"
Visit your host, monkey.org