From f3d9b08f82a3fcdfbddbdf17fcaf69932ce5bdf3 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 8 Dec 2013 22:50:28 +0100 Subject: [PATCH] typo --- src/gdisp/gdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c index b625f8a7..03d84ca9 100644 --- a/src/gdisp/gdisp.c +++ b/src/gdisp/gdisp.c @@ -2586,7 +2586,7 @@ void gdispGDrawBox(GDisplay *g, coord_t x, coord_t y, coord_t cx, coord_t cy, co ny = -dx; /* Normalize the normal vector to length width. - * This uses Newton-Rhapson to avoid the need for floating point sqrt. + * This uses Newton-Raphson to avoid the need for floating point sqrt. * We try to solve f(div) = div^2 - len/width^2. */ {