diff options
author | Matthew Hoops | 2011-05-25 10:48:13 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-05-25 10:50:47 -0400 |
commit | 28301e2bd1ff9b6da313cd212b0e2695f201c85e (patch) | |
tree | 6601ec05a2dcf61e0e60a7d39e252cbac5c4496c /engines/sci | |
parent | e18401a07c7defe7a461d2a78150748ca7833474 (diff) | |
download | scummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.tar.gz scummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.tar.bz2 scummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.zip |
ALL: analyse -> analyze
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/segment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h index f5c5e2289d..009a2558ce 100644 --- a/engines/sci/engine/segment.h +++ b/engines/sci/engine/segment.h @@ -131,7 +131,7 @@ public: /** * Iterates over all references reachable from the specified object. * Used by the garbage collector. - * @param object object (within the current segment) to analyse + * @param object object (within the current segment) to analyze * @return a list of outgoing references within the object * * @note This function may also choose to report numbers (segment 0) as adresses |