backend: Clarify comment

This commit is contained in:
Jasper St. Pierre 2014-04-21 20:40:36 -04:00
parent c44b1d730d
commit 75b5d15598

View File

@ -151,8 +151,8 @@ get_backend_type (void)
static void static void
meta_create_backend (void) meta_create_backend (void)
{ {
/* The initializer above installs it in _backend so meta_get_backend /* meta_backend_init() above install the backend globally so
* is valid during initialization. */ * so meta_get_backend() works even during initialization. */
g_object_new (get_backend_type (), NULL); g_object_new (get_backend_type (), NULL);
} }