[PATCH 2/2] typo: Fix typo, transform reqyests to requests.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Holger Hans Peter Freyther zecke at selfish.org
Mon Jan 31 10:49:47 UTC 2011


---
 firmware/src/pcd/main_dumbreader.c    |    2 +-
 firmware/src/pcd/main_hid.c           |    2 +-
 firmware/src/pcd/main_presence.c      |    2 +-
 firmware/src/pcd/main_pwm.c           |    2 +-
 firmware/src/pcd/main_usb.c           |    2 +-
 firmware/src/picc/main_openpicc.c     |    2 +-
 firmware/src/simtrace/main_simtrace.c |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/firmware/src/pcd/main_dumbreader.c b/firmware/src/pcd/main_dumbreader.c
index 62695f0..9c8dd13 100644
--- a/firmware/src/pcd/main_dumbreader.c
+++ b/firmware/src/pcd/main_dumbreader.c
@@ -88,7 +88,7 @@ void _main_func(void)
 	/* first we try to get rid of pending to-be-sent stuff */
 	usb_out_process();
 
-	/* next we deal with incoming reqyests from USB EP1 (OUT) */
+	/* next we deal with incoming requests from USB EP1 (OUT) */
 	usb_in_process();
 
 	rc632_unthrottle();
diff --git a/firmware/src/pcd/main_hid.c b/firmware/src/pcd/main_hid.c
index 9735c3d..c9d8fd1 100644
--- a/firmware/src/pcd/main_hid.c
+++ b/firmware/src/pcd/main_hid.c
@@ -50,7 +50,7 @@ void _main_func(void)
 	/* first we try to get rid of pending to-be-sent stuff */
 	usb_out_process();
 
-	/* next we deal with incoming reqyests from USB EP1 (OUT) */
+	/* next we deal with incoming requests from USB EP1 (OUT) */
 	usb_in_process();
 
 	/* try unthrottling sources since we now are [more] likely to
diff --git a/firmware/src/pcd/main_presence.c b/firmware/src/pcd/main_presence.c
index f61878f..4ead264 100644
--- a/firmware/src/pcd/main_presence.c
+++ b/firmware/src/pcd/main_presence.c
@@ -157,7 +157,7 @@ void _main_func(void)
 	
 	/* first we try to get rid of pending to-be-sent stuff */
 	usb_out_process();
-	/* next we deal with incoming reqyests from USB EP1 (OUT) */
+	/* next we deal with incoming requests from USB EP1 (OUT) */
 	usb_in_process();
 	rc632_unthrottle();
 }
diff --git a/firmware/src/pcd/main_pwm.c b/firmware/src/pcd/main_pwm.c
index 7db6b72..50fd363 100644
--- a/firmware/src/pcd/main_pwm.c
+++ b/firmware/src/pcd/main_pwm.c
@@ -262,7 +262,7 @@ void _main_func(void)
 	/* first we try to get rid of pending to-be-sent stuff */
 	usb_out_process();
 
-	/* next we deal with incoming reqyests from USB EP1 (OUT) */
+	/* next we deal with incoming requests from USB EP1 (OUT) */
 	usb_in_process();
 
 	/* try unthrottling sources since we now are [more] likely to
diff --git a/firmware/src/pcd/main_usb.c b/firmware/src/pcd/main_usb.c
index fcd3306..7892e77 100644
--- a/firmware/src/pcd/main_usb.c
+++ b/firmware/src/pcd/main_usb.c
@@ -35,7 +35,7 @@ void _main_func(void)
 	/* first we try to get rid of pending to-be-sent stuff */
 	usb_out_process();
 
-	/* next we deal with incoming reqyests from USB EP1 (OUT) */
+	/* next we deal with incoming requests from USB EP1 (OUT) */
 	usb_in_process();
 
 	/* try unthrottling sources since we now are [more] likely to
diff --git a/firmware/src/picc/main_openpicc.c b/firmware/src/picc/main_openpicc.c
index 74700f8..93ca4b6 100644
--- a/firmware/src/picc/main_openpicc.c
+++ b/firmware/src/picc/main_openpicc.c
@@ -251,7 +251,7 @@ void _main_func(void)
 	/* first we try to get rid of pending to-be-sent stuff */
 	usb_out_process();
 
-	/* next we deal with incoming reqyests from USB EP1 (OUT) */
+	/* next we deal with incoming requests from USB EP1 (OUT) */
 	usb_in_process();
 
 	udp_unthrottle();
diff --git a/firmware/src/simtrace/main_simtrace.c b/firmware/src/simtrace/main_simtrace.c
index 5e4302e..740d35d 100644
--- a/firmware/src/simtrace/main_simtrace.c
+++ b/firmware/src/simtrace/main_simtrace.c
@@ -95,7 +95,7 @@ void _main_func(void)
 	/* first we try to get rid of pending to-be-sent stuff */
 	usb_out_process();
 
-	/* next we deal with incoming reqyests from USB EP1 (OUT) */
+	/* next we deal with incoming requests from USB EP1 (OUT) */
 	usb_in_process();
 
 	udp_unthrottle();
-- 
1.7.3.5


--------------090305060903020708070409--




More information about the baseband-devel mailing list