Commit 5869539e677d3c1911db03930b45362f4c327921

Kano 2013-05-30T15:02:52

correct semaphore timeout comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/usbutils.c b/usbutils.c
index 3c5092b..5fa7175 100644
--- a/usbutils.c
+++ b/usbutils.c
@@ -2825,7 +2825,6 @@ fila:
 	// exceeding this timeout means it would probably never succeed anyway
 	struct timespec timeout = { 0, 10000000 };
 
-	// Wait forever since we shoud be the one who has it
 	if (semtimedop(sem, sops, 1, &timeout)) {
 		applog(LOG_ERR,
 			"SEM: %s USB failed to release '%s' err (%d) %s",