Index: generic/src/console/klog.c
===================================================================
--- generic/src/console/klog.c	(revision ae3f1709116c1439b7f21d9f4b56cfdddc64e339)
+++ generic/src/console/klog.c	(revision 8d6d76a4bbc459fe99a4a5d4d56fe33a66777b6f)
@@ -42,7 +42,10 @@
 SPINLOCK_INITIALIZE(klog_lock);
 
-/** Initialize kernel loggin facility
+/** Initialize kernel logging facility
  *
- * Allocate pages that are to be shared if uspace for console data
+ * Allocate pages that are to be shared with uspace for console data.
+ * The shared area is a circular buffer. Userspace application may
+ * be notified on new data with indication of position and size
+ * of the data within the circular buffer.
  */
 void klog_init(void)
