mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-17 21:07:52 +00:00
Fix comment typo.
llvm-svn: 349961
This commit is contained in:
parent
a8334ed571
commit
c6027e20d4
@ -12,7 +12,7 @@
|
||||
// provides a simple interface to load memory from another process (i.e.
|
||||
// out-of-process)
|
||||
//
|
||||
// The `AddressSpaveView` interface requires that the type can be used as a
|
||||
// The `AddressSpaceView` interface requires that the type can be used as a
|
||||
// template parameter to objects that wish to be able to operate in an
|
||||
// out-of-process manner. In normal usage, objects are in-process and are thus
|
||||
// instantiated with the `LocalAddressSpaceView` type. This type is used to
|
||||
|
Loading…
Reference in New Issue
Block a user