Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbb87ec8 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix typo in comment.

Change-Id: I1d7e061cf7578d88987d16aa1684d94967af09f7
parent 62963d97
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -108,7 +108,7 @@ static bool is_permissive_mte() {
                           "persist.device_config.memory_safety_native.permissive.process.%s",
                           "persist.device_config.memory_safety_native.permissive.process.%s",
                           getprogname());
                           getprogname());
  // DO NOT REPLACE this with GetBoolProperty. That uses std::string which allocates, so it is
  // DO NOT REPLACE this with GetBoolProperty. That uses std::string which allocates, so it is
  // not async-safe (and this functiong gets used in a signal handler).
  // not async-safe, and this function gets used in a signal handler.
  return property_parse_bool("persist.sys.mte.permissive") ||
  return property_parse_bool("persist.sys.mte.permissive") ||
         property_parse_bool("persist.device_config.memory_safety_native.permissive.default") ||
         property_parse_bool("persist.device_config.memory_safety_native.permissive.default") ||
         property_parse_bool(process_sysprop_name) ||
         property_parse_bool(process_sysprop_name) ||