minor, clarify what "misc functions" are in comments
authorkremlin <ian@kremlin.cc>
Tue, 29 Jul 2014 02:27:48 +0000 (21:27 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 29 Jul 2014 02:27:48 +0000 (21:27 -0500)
src/interfaces/hostnamed/hostnamed.c
src/interfaces/localed/localed.c
src/interfaces/logind/logind.c
src/interfaces/timedated/timedated.c

index 46311cac14e6bb9fc472fa316aea7db2eaa18d2d..9648d25f0aed25d8d8dda6424a9d5c9e2a0480e5 100644 (file)
@@ -196,7 +196,7 @@ static void hostnamed_on_name_acquired(GDBusConnection *conn,
 
 }
 
-/* --- end bus/name handlers, begin misc functions --- */
+/* --- end bus/name handlers, begin misc unix functions --- */
 
 /* free()'s */
 void hostnamed_mem_clean() {
index 9638a7c9643877069242d331345dd1eac7ba8e3a..e5fe4d6ad7d909f8068c8b4bd0f5c4731276615f 100644 (file)
@@ -91,7 +91,7 @@ static void localed_on_name_acquired(GDBusConnection *conn,
 
 }
 
-/* --- end bus/name handlers, begin misc functions --- */
+/* --- end bus/name handlers, begin misc unix functions --- */
 
 /* free()'s */
 void localed_mem_clean() {
index 6c6a3e03421e07fe2a94e56d27243804aeb8caca..d3065de68716378743a497d6652a11b911bbf9b1 100644 (file)
@@ -91,7 +91,7 @@ static void logind_on_name_acquired(GDBusConnection *conn,
 
 }
 
-/* --- end bus/name handlers, begin misc functions --- */
+/* --- end bus/name handlers, begin misc unix functions --- */
 
 /* free()'s */
 void logind_mem_clean() {
index 53a3a3cb76265a1ae72e6f576bbbc8bc2bea398b..83f3c5fa22f10182b823c6f163ca41626f60cd35 100644 (file)
@@ -91,7 +91,7 @@ static void timedated_on_name_acquired(GDBusConnection *conn,
 
 }
 
-/* --- end bus/name handlers, begin misc functions --- */
+/* --- end bus/name handlers, begin misc unix functions --- */
 
 /* free()'s */
 void timedated_mem_clean() {