Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8267


Ignore:
Timestamp:
Apr 19, 2011, 3:48:48 PM (13 years ago)
Author:
rgrieder
Message:

Fixed typos.

Location:
code/trunk/src/libraries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Identifier.cc

    r7401 r8267  
    9898        @brief Returns an identifier by name and adds it if not available
    9999        @param name The name of the identifier as typeid().name() suggests
    100         @param proposal A pointer to a newly created identifier for the case of non existance in the map
     100        @param proposal A pointer to a newly created identifier for the case of non existence in the map
    101101        @return The identifier (unique instance)
    102102    */
  • code/trunk/src/libraries/util/ImplicitConversion.h

    r7401 r8267  
    6161        This gives you a compile time constant boolean in the form of an enum value.
    6262    @note
    63         The idea to use the sizeof() operator on return values to determine function existance
     63        The idea to use the sizeof() operator on return values to determine function existence
    6464        is described in 'Modern C++ design' by Alexandrescu (2001).
    6565    */
Note: See TracChangeset for help on using the changeset viewer.