X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fclifford.h;h=667d7befd9d400749188f8af6f28bcecee1ce83e;hp=f6a9820b6e9f08bfa5a1d6b21abf096d6f5da258;hb=bc6dacb50cc13691efc466d2cc1900048158ec8d;hpb=56f1beacac549ea8a66d46bffc6e0b3d8047d5c5;ds=sidebyside diff --git a/ginac/clifford.h b/ginac/clifford.h index f6a9820b..667d7bef 100644 --- a/ginac/clifford.h +++ b/ginac/clifford.h @@ -35,7 +35,7 @@ namespace GiNaC { * algebra (the Dirac gamma matrices). These objects only carry Lorentz * indices. Spinor indices are hidden. A representation label (an unsigned * 8-bit integer) is used to distinguish elements from different Clifford - * algebras (objects with different labels commute). */ + * algebras (objects with different labels commutate). */ class clifford : public indexed { GINAC_DECLARE_REGISTERED_CLASS(clifford, indexed) @@ -124,7 +124,7 @@ protected: }; -/** This class represents the Dirac gamma5 object which anticommutes with +/** This class represents the Dirac gamma5 object which anticommutates with * all other gammas. */ class diracgamma5 : public tensor {