Skip to content

Commit

Permalink
typo in built-in module log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Packard committed Apr 16, 2007
1 parent e2e7c47 commit 00cfd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xfree86/loader/loadmod.c
Expand Up @@ -869,7 +869,7 @@ doLoadModule(const char *module, const char *path, const char **subdirlist,
for (cim = compiled_in_modules; *cim; cim++)
if (!strcmp (module, *cim))
{
xf86MsgVerb(X_INFO, 3, "Module alread ybuilt-in");
xf86MsgVerb(X_INFO, 0, "Module already built-in\n");
return (ModuleDescPtr) 1;
}

Expand Down

0 comments on commit 00cfd1f

Please sign in to comment.