mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
kernel: use "Kernel" instead of "Linux"
It's more clear about that a nebulous term like Linux.
This commit is contained in:
@ -67,7 +67,7 @@ G_DEFINE_TYPE_WITH_CODE (SpKernelSymbolResolver,
|
||||
static void
|
||||
sp_kernel_symbol_resolver_class_init (SpKernelSymbolResolverClass *klass)
|
||||
{
|
||||
linux_quark = g_quark_from_static_string ("Linux");
|
||||
linux_quark = g_quark_from_static_string ("Kernel");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user