Merge "Remove access to ro.runtime.firstboot from apps"
diff --git a/public/recovery.te b/public/recovery.te
index bbee928..7805d0b 100644
--- a/public/recovery.te
+++ b/public/recovery.te
@@ -92,7 +92,7 @@
   # Start/stop adbd via ctl.start adbd
   set_prop(recovery, ctl_default_prop)
 
-  # Read device's serial number from system properties
+  # Read serial number of the device from system properties
   get_prop(recovery, serialno_prop)
 
   # Use setfscreatecon() to label files for OTA updates.