mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
fix some typos pointed out by Hidenobu Seki
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9dc87305db
commit
8ad2f98739
@ -790,7 +790,7 @@ variables always define a pointer to their "content" type because they
|
||||
describe a region of memory, and all memory objects in LLVM are
|
||||
accessed through pointers.</p>
|
||||
|
||||
<p>A global variable may be declared to reside in a target-specifc numbered
|
||||
<p>A global variable may be declared to reside in a target-specific numbered
|
||||
address space. For targets that support them, address spaces may affect how
|
||||
optimizations are performed and/or what target instructions are used to access
|
||||
the variable. The default address space is zero. The address space qualifier
|
||||
|
@ -80,7 +80,7 @@ height="369">
|
||||
debug information in LLVM. It describes the <a href="#format">actual format
|
||||
that the LLVM debug information</a> takes, which is useful for those
|
||||
interested in creating front-ends or dealing directly with the information.
|
||||
Further, this document provides specifc examples of what debug information
|
||||
Further, this document provides specific examples of what debug information
|
||||
for C/C++.</p>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user