girepository: Fix a typo in a code comment

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-05-02 14:36:36 +01:00
parent 7e3ec9a8ae
commit 04bdf50c68
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -1015,7 +1015,7 @@ gi_repository_find_by_gtype (GIRepository *repository,
if (entry == NULL) if (entry == NULL)
entry = find_by_gtype (repository->lazy_typelibs, &data, TRUE); entry = find_by_gtype (repository->lazy_typelibs, &data, TRUE);
/* Not ever class library necessarily specifies a correct c_prefix, /* Not every class library necessarily specifies a correct c_prefix,
* so take a second pass. This time we will try a global lookup, * so take a second pass. This time we will try a global lookup,
* ignoring prefixes. * ignoring prefixes.
* See http://bugzilla.gnome.org/show_bug.cgi?id=564016 * See http://bugzilla.gnome.org/show_bug.cgi?id=564016