git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22190 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-06 16:24:22 +00:00
parent a33bc65fe1
commit 8dc3e8a874

View File

@@ -80,7 +80,7 @@ rr13(unsigned char *buf, size_t len)
return 0;
}
/* Add `b' to `a', both beeing one's complement numbers. */
/* Add `b' to `a', both being one's complement numbers. */
static void
add1(unsigned char *a, unsigned char *b, size_t len)
{