summaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-26 18:20:12 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-26 18:20:12 +0000
commitba36ac1c11290f2985d9f1ddd59ec39221516b39 (patch)
treeeb187b2a0aa53ca9739fb6721f133bef45f36a61 /generic
parent655cb98d3733a8a052a57188b9888ff85fbbeda0 (diff)
Fix typo in include/clc/geometric/length.inc
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@184984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'generic')
-rw-r--r--generic/include/clc/geometric/length.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/include/clc/geometric/length.inc b/generic/include/clc/geometric/length.inc
index 8ee8bf3..a9fa2d5 100644
--- a/generic/include/clc/geometric/length.inc
+++ b/generic/include/clc/geometric/length.inc
@@ -1 +1 @@
-_CLC_OVERLOAD _CLC_DECL float length(FLOATN p0);
+_CLC_OVERLOAD _CLC_DECL FLOAT length(FLOATN p0);