浏览代码

s-s-d: Use proper UTF-8 mu symbol for the unit in the comment

Guillem Jover 18 年之前
父节点
当前提交
bc6da1b387
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5 0
      ChangeLog
  2. 1 1
      utils/start-stop-daemon.c

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-08-03  Guillem Jover  <guillem@debian.org>
+
+	* utils/start-stop-daemon.c (MIN_POLL_INTERVAL): Use proper UTF-8 mu
+	symbol for the unit in the comment.
+
 2008-07-26  Guillem Jover  <guillem@debian.org>
 2008-07-26  Guillem Jover  <guillem@debian.org>
 
 
 	* src/Makefile.am (dpkg_SOURCES): Add 'pkg-show.c'.
 	* src/Makefile.am (dpkg_SOURCES): Add 'pkg-show.c'.

+ 1 - 1
utils/start-stop-daemon.c

@@ -42,7 +42,7 @@
 #  error Unknown architecture - cannot build start-stop-daemon
 #  error Unknown architecture - cannot build start-stop-daemon
 #endif
 #endif
 
 
-#define MIN_POLL_INTERVAL 20000 /*us*/
+#define MIN_POLL_INTERVAL 20000 /* µs */
 
 
 #if defined(OSHURD)
 #if defined(OSHURD)
 #include <hurd.h>
 #include <hurd.h>