Ignore:
Timestamp:
Oct 30, 2006, 5:16:08 AM (19 years ago)
Author:
bird
Message:

executable bootstrapping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyldFind.c

    r2836 r2843  
    4141 *
    4242 * @param   pszName         Partial or complete name, it's specific to the search method to determin which.
    43  * @param   pszDefPrefix    Prefix than can be used when searching.
    44  * @param   pszDefSuffix    Suffix than can be used when searching.
     43 * @param   pszPrefix       Prefix than can be used when searching.
     44 * @param   pszSuffix       Suffix than can be used when searching.
    4545 * @param   enmSearch       The file search method to apply.
    4646 * @param   fFlags          Search flags.
     
    6161 *
    6262 * @param   pszName         Partial or complete name, it's specific to the search method to determin which.
    63  * @param   pszDefPrefix    Prefix than can be used when searching.
    64  * @param   pszDefSuffix    Suffix than can be used when searching.
     63 * @param   pszPrefix       Prefix than can be used when searching.
     64 * @param   pszSuffix       Suffix than can be used when searching.
    6565 * @param   enmSearch       The file search method to apply.
    6666 * @param   fFlags          Search flags.
Note: See TracChangeset for help on using the changeset viewer.