[Cbe-oss-dev] [PATCH 3/10] MARS: fix comment typo

Yuji Mano Yuji.Mano at am.sony.com
Wed Aug 6 04:54:10 EST 2008


This fixes a comment typo from "spu" to "mpu".

Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>

---
 include/host/mars/mars.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/host/mars/mars.h
+++ b/include/host/mars/mars.h
@@ -83,7 +83,7 @@ struct mars_context {
 	struct mars_mutex *mutex;
 	/* process queue where process requests are added */
 	struct mars_workload_queue *workload_queue;
-	/* array of spu context threads */
+	/* array of mpu context threads */
 	pthread_t *mpu_context_threads;
 	/* num of mpu context threads */
 	unsigned int mpu_context_count;





More information about the cbe-oss-dev mailing list