Skip to content

Commit 07e834c

Browse files
committed
Fix formatting
1 parent 18e65e2 commit 07e834c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm-c/Core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ LLVM_C_ABI LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy,
23412341

23422342
/**
23432343
* Obtain a constant for a floating point FP128 value from 2 64 bit values.
2344-
* Only the LLVMFP128Type or LLVMPPCFP128Type are accepted.
2344+
* Only the LLVMFP128Type or LLVMPPCFP128Type are accepted.
23452345
*/
23462346

23472347
LLVM_C_ABI LLVMValueRef LLVMConstFP128(LLVMTypeRef Ty, const uint64_t N[2]);

0 commit comments

Comments
 (0)