1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

This patch fixes a bunch of spelling mistakes in comments throughout the

PostgreSQL source code.

Neil Conway
This commit is contained in:
Tom Lane
2003-03-10 22:28:22 +00:00
parent 081fa240a1
commit e4704001ea
64 changed files with 149 additions and 149 deletions

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: random.c,v 1.5 2001/11/05 17:46:23 momjian Exp $
* $Id: random.c,v 1.6 2003/03/10 22:28:17 tgl Exp $
*/
@ -115,7 +115,7 @@ px_get_random_bytes(uint8 *dst, unsigned count)
/*
* OpenSSL random should re-feeded occasionally. From /dev/urandom
* preferrably.
* preferably.
*/
res = RAND_bytes(dst, count);