Fix random doxygen warnings and typos
[alexxy/gromacs.git] / src / gromacs / listed_forces / bonded.cpp
index b01c0a18b2421bd62c09a4f2f9f991c07b70627a..4daf42387421e4ebd7167e3c4b6f9cdabdfb2d96 100644 (file)
@@ -2041,7 +2041,7 @@ pdihs(int             nbonds,
             }
         }
 
-        /* Caclulate GMX_SIMD_REAL_WIDTH dihedral angles at once */
+        /* Calculate GMX_SIMD_REAL_WIDTH dihedral angles at once */
         dih_angle_simd(x, ai, aj, ak, al, pbc_simd, &phi_S, &mx_S, &my_S, &mz_S, &nx_S, &ny_S,
                        &nz_S, &nrkj_m2_S, &nrkj_n2_S, &p_S, &q_S);
 
@@ -2157,7 +2157,7 @@ rbdihs(int             nbonds,
             }
         }
 
-        /* Caclulate GMX_SIMD_REAL_WIDTH dihedral angles at once */
+        /* Calculate GMX_SIMD_REAL_WIDTH dihedral angles at once */
         dih_angle_simd(x, ai, aj, ak, al, pbc_simd, &phi_S, &mx_S, &my_S, &mz_S, &nx_S, &ny_S,
                        &nz_S, &nrkj_m2_S, &nrkj_n2_S, &p_S, &q_S);