From b694423d09b618f245306d069b60cec44958565d Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 28 Dec 2015 21:03:53 -0500 Subject: [PATCH] pica_types: Fix typo in docstring. --- src/video_core/pica_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/pica_types.h b/src/video_core/pica_types.h index 53f61f287..ecf45654b 100644 --- a/src/video_core/pica_types.h +++ b/src/video_core/pica_types.h @@ -19,7 +19,7 @@ namespace Pica { * - The next `E` bits are the exponent * - The last bit is the sign bit * - * @todo Verify on HW if this conversion is sufficently accurate. + * @todo Verify on HW if this conversion is sufficiently accurate. */ template struct Float {