From 06d1331c4d51fd1c84f99fd788fd4863fc338c99 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 13 Jul 2013 16:30:22 -0400 Subject: [PATCH] Fixed incorrect comment in example program. --- examples/bsp_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bsp_ex.cpp b/examples/bsp_ex.cpp index b42a2d3d0..1395a33ae 100644 --- a/examples/bsp_ex.cpp +++ b/examples/bsp_ex.cpp @@ -194,7 +194,7 @@ void bsp_job_node_0 (bsp_context& bsp, double& min_value, double& optimal_x) // for a lot of types by default, so we don't have to define anything for this // example program. However, if you want to send an object you defined then you // will need to write your own serialization functions. See the documentation for - // dlib's serialize() routine or the bsp_ex.cpp example program for an example. + // dlib's serialize() routine or the bridge_ex.cpp example program for an example. bsp.broadcast(left); bsp.broadcast(right);