Explorar el Código

aya: fix miss doc period

conectado hace 2 años
padre
commit
3bed2c2b94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      aya/src/bpf.rs

+ 1 - 1
aya/src/bpf.rs

@@ -205,7 +205,7 @@ bitflags! {
         const DEBUG = 1;
         /// Enables verbose verifier logging.
         const VERBOSE = 2 | Self::DEBUG.bits;
-        /// Enables verifier stats
+        /// Enables verifier stats.
         const STATS = 4;
     }
 }