~neon/libktorrent/master

« back to all changes in this revision

Viewing changes to src/util/signalcatcher.h

  • Committer: Yuri Chornoivan
  • Date: 2018-08-14 11:09:48 UTC
  • Revision ID: git-v1:9d6729ea0dc4f3e935d16a0da41184df08c51c59
Fix minor EBN issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                BusError(bool write_operation);
57
57
                virtual ~BusError();
58
58
                
59
 
                /// Wether or not the SIGBUS was triggered by a write operation
 
59
                /// Whether or not the SIGBUS was triggered by a write operation
60
60
                bool write_operation;
61
61
        };
62
62