Revision: 52783
http://brlcad.svn.sourceforge.net/brlcad/?rev=52783&view=rev
Author: carlmoore
Date: 2012-10-04 17:04:18 +0000 (Thu, 04 Oct 2012)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/adrt/master/tienet_master.c
Modified: brlcad/trunk/src/adrt/master/tienet_master.c
===================================================================
--- brlcad/trunk/src/adrt/master/tienet_master.c 2012-10-04 17:03:50 UTC
(rev 52782)
+++ brlcad/trunk/src/adrt/master/tienet_master.c 2012-10-04 17:04:18 UTC
(rev 52783)
@@ -639,7 +639,7 @@
/*
* Check to see if a broadcast message is sitting in the queue.
- * The mutex prevents a read and write from occuring at the same time.
+ * The mutex prevents a read and write from occurring at the same time.
*/
pthread_mutex_lock(&tienet_master_broadcast_mut);
if (sock->mesg.size) {
@@ -784,7 +784,7 @@
}
}
- printf("Total data transfered: %.1f MiB\n",
(tfloat)tienet_master_transfer/(tfloat)(1024*1024));
+ printf("Total data transferred: %.1f MiB\n",
(tfloat)tienet_master_transfer/(tfloat)(1024*1024));
}
@@ -793,7 +793,7 @@
{
tienet_master_socket_t *socket;
- /* Prevent a Read and Write of the broadcast from occuring at the same
time */
+ /* Prevent a Read and Write of the broadcast from occurring at the same
time */
pthread_mutex_lock(&tienet_master_broadcast_mut);
/* Send a message to each available socket */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits