Fix typos
authorNeale Ferguson <neale@sinenomine.net>
Wed, 9 Mar 2016 16:06:33 +0000 (11:06 -0500)
committerNeale Ferguson <neale@sinenomine.net>
Wed, 9 Mar 2016 16:06:33 +0000 (11:06 -0500)
mono/utils/mono-log-posix.c
mono/utils/mono-log-windows.c

index 1fc2746c93335d36d8bd22f1bd4d863c5a164f4f..172b2e20c498eed714141a2e68bc410f9bd6028f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * mono-log-posix.c: POSIX nterface to the logger
+ * mono-log-posix.c: POSIX interface to the logger
  *
  * This module contains the POSIX syslog logger routines
  *
index df42292e1ad092dbf075e6db7e8a144ce4c0ed60..3bda2b9edb6871bf919609fbc3efde532f52878e 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * mono-log-common.c: Platform-independent interface to the logger
+ * mono-log-windows.c: Simplistic simulation of a syslog logger for Windows
  *
- * This module contains the POSIX syslog logger interface
+ * This module contains the Windows syslog logger interface
  *
  * Author:
  *    Neale Ferguson <neale@sinenomine.net>