1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fix typo.

llvm-svn: 102599
This commit is contained in:
Nick Lewycky 2010-04-29 05:54:29 +00:00
parent da89f22f3d
commit 2b713db8ed

View File

@ -15,7 +15,7 @@
|* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
|* [U]INT(8|16|32|64)_(MIN|MAX) : Constants for the min and max values. *|
|* *|
|* No library is required when using these functinons. *|
|* No library is required when using these functions. *|
|* *|
|*===----------------------------------------------------------------------===*/