Skip to content

Commit 903b653

Browse files
committed
Adding missing header
And spelling fixes.
1 parent 86f33c4 commit 903b653

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/adam.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
#include <adobe/adam.hpp>
99

10+
#include <bitset>
1011
#include <deque>
1112
#include <functional>
1213
#include <string>
13-
#include <tuple>
1414
#include <utility>
1515
#include <vector>
1616

@@ -101,7 +101,7 @@ enum access_specifier_t {
101101
*/
102102

103103
/*
104-
REVIST (sparent) : Some version of MSVC didn't like function level try blocks. Need to test.
104+
REVISIT (sparent) : Some version of MSVC didn't like function level try blocks. Need to test.
105105
*/
106106

107107
void evaluate(adobe::virtual_machine_t& machine, const adobe::line_position_t& position,
@@ -442,7 +442,7 @@ void sheet_t::implementation_t::enabled_filter(const cell_bits_t& touch_set,
442442
bool new_active(new_active_bits.test(contributing_index_pos));
443443

444444
/*
445-
REVIST <sean_parent@mac.com> : This is check seems to missing a check on value_accessed_m.
445+
REVISIT <sean_parent@mac.com> : This is check seems to missing a check on value_accessed_m.
446446
A change there might go unnoticed and cause the control active state to go out of sync.
447447
*/
448448

@@ -1278,7 +1278,7 @@ void sheet_t::implementation_t::update() {
12781278

12791279
cell_bits_t active = priority_accessed;
12801280

1281-
// REVIST (sparent) : input monitor should recieve priority_accessed and poison bits.
1281+
// REVISIT (sparent) : input monitor should receive priority_accessed and poison bits.
12821282

12831283
for (index_t::const_iterator iter(output_index_m.begin()), last(output_index_m.end());
12841284
iter != last; ++iter) {

0 commit comments

Comments
 (0)