Browse code

Fix a typo in comments.

Thanks to petrus for noticing and reporting.

Xavier G authored on12/10/2020 21:41:58
Showing1 changed files

... ...
@@ -32,7 +32,7 @@
32 32
 
33 33
 typedef int (*socket_function_type)(int, int, int);
34 34
  
35
-/* Pointer to the actual scoket symbol. */
35
+/* Pointer to the actual socket symbol. */
36 36
 socket_function_type so_priority_socket = NULL;
37 37
 
38 38
 /* SO_PRIORITY value to set; can be configured using the SO_PRIORITY_VALUE environment variable. */