]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.h
Fix some apparent typos and misindentations.
[ginac.git] / ginac / registrar.h
index 27bfc7ab3a083c31033757e886921aa60bf68436..cb3517168414a375c991ef448da71e70ce3ed283 100644 (file)
@@ -45,7 +45,7 @@ struct return_type_t
        /// to distinguish between non-commutative objects of different type.
        std::type_info const* tinfo; 
        /// to distinguish between non-commutative objects of the same type.
        /// to distinguish between non-commutative objects of different type.
        std::type_info const* tinfo; 
        /// to distinguish between non-commutative objects of the same type.
-       /// Think of gamma matrices with different represenation labels.
+       /// Think of gamma matrices with different representation labels.
        unsigned rl;
 
        /// Strict weak ordering (so one can put return_type_t's into
        unsigned rl;
 
        /// Strict weak ordering (so one can put return_type_t's into