mirror of
https://github.com/google/pebble.git
synced 2025-04-24 13:39:17 -04:00
spelling: referring
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c7851d5745
commit
3b92b65db8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace std {
|
|||
}
|
||||
|
||||
/* This analyzer suffers from the major limitation that most of the mutexes in Pebble are globals,
|
||||
* so all symbols and MemRegions refering to the mutexes are invalidated every time an unknown
|
||||
* so all symbols and MemRegions referring to the mutexes are invalidated every time an unknown
|
||||
* function is called. This analyzer instead associates mutexes with the declaration of their
|
||||
* variables, which has the obvious limitation of not catching when mutexes are passed as
|
||||
* arguments (which fortunately never? happens in pebble).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue