summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/video_core/pica_types.h2
1 files changed, 1 insertions, 1 deletions
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<unsigned M, unsigned E>
struct Float {