Skip to content

Commit

Permalink
Update stateChange.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyorain authored May 4, 2018
1 parent 6600f06 commit fe0e580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rvg/stateChange.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace rvg {

/// Small RAII wrapper around changing a DeviceObjects contents.
/// As long as the object is alived, the state can be changed. When
/// As long as the object is alive, the state can be changed. When
/// it gets destructed, the update function of the original object will
/// be called, i.e. the changed state will be applied.
template<typename T, typename S>
Expand Down

0 comments on commit fe0e580

Please sign in to comment.