Преглед изворни кода

pica_types: Fix typo in docstring.

bunnei пре 10 година
родитељ
комит
b694423d09
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/video_core/pica_types.h

+ 1 - 1
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 {