typo in comment

This commit is contained in:
David Rose 2004-01-08 05:24:06 +00:00
parent 4793ed7b68
commit 4038da84e5
3 changed files with 3 additions and 3 deletions

View File

@ -155,7 +155,7 @@ new_collector(int) {
// Function: GtkStatsMonitor::new_data
// Access: Public, Virtual
// Description: Called as each frame's data is made available. There
// is no gurantee the frames will arrive in order, or
// is no guarantee the frames will arrive in order, or
// that all of them will arrive at all. The monitor
// should be prepared to accept frames received
// out-of-order or missing.

View File

@ -274,7 +274,7 @@ new_thread(int) {
// Function: PStatMonitor::new_data
// Access: Public, Virtual
// Description: Called as each frame's data is made available. There
// is no gurantee the frames will arrive in order, or
// is no guarantee the frames will arrive in order, or
// that all of them will arrive at all. The monitor
// should be prepared to accept frames received
// out-of-order or missing. The use of the

View File

@ -143,7 +143,7 @@ new_collector(int collector_index) {
// Function: WinStatsMonitor::new_data
// Access: Public, Virtual
// Description: Called as each frame's data is made available. There
// is no gurantee the frames will arrive in order, or
// is no guarantee the frames will arrive in order, or
// that all of them will arrive at all. The monitor
// should be prepared to accept frames received
// out-of-order or missing.