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/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/21140 )
Change subject: cosmetic: serial: Fix typo in comment
......................................................................
cosmetic: serial: Fix typo in comment
Change-Id: I5d4901e01af477ebb815f70a5326ada6224c4be8
---
M src/serial.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
diff --git a/src/serial.c b/src/serial.c
index 31cb81d..4dcca08 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -67,7 +67,7 @@
 		return -errno;
 	}
 
-	/* now put it into blcoking mode */
+	/* now put it into blocking mode */
 	flags = fcntl(fd, F_GETFL, 0);
 	if (flags < 0) {
 		dbg_perror("fcntl get flags");
-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21140
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I5d4901e01af477ebb815f70a5326ada6224c4be8
Gerrit-Change-Number: 21140
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201114/6bf1a5e6/attachment.htm>