浏览代码

LibC: Fix typo: fgetround => fegetround

Daniel Bertalan 3 年之前
父节点
当前提交
a221596614
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Userland/Libraries/LibC/float.h

+ 1 - 1
Userland/Libraries/LibC/float.h

@@ -8,7 +8,7 @@
 #pragma once
 
 // Defined in fenv.cpp, but we must not include fenv.h, so here's its prototype.
-int fgetround();
+int fegetround();
 
 #define FLT_RADIX 2
 #define DECIMAL_DIG 21