Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readtags.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ extern tagResult tagsFindNext (tagFile *const file, tagEntry *const entry);

/*
* Does the same as tagsFirst(), but is specialized to pseudo tags.
* If tagFileInfo doesn't contain pseudo tags you are interested, read
* If tagFileInfo doesn't contain pseudo tags you are interested in, read
* them sequentially with this function and tagsNextPseudoTag().
*/
extern tagResult tagsFirstPseudoTag (tagFile *const file, tagEntry *const entry);
Expand Down