From bbfba3d731c21f3d5a45b2dab17047a891af4f4a Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 8 Feb 2025 17:55:08 -0600 Subject: [PATCH] Cleanup: Fix spelling of comment. Full sentences should have the first letter upper case. --- level_0/f_capability/c/capability/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_0/f_capability/c/capability/common.h b/level_0/f_capability/c/capability/common.h index 97dd191..baaa129 100644 --- a/level_0/f_capability/c/capability/common.h +++ b/level_0/f_capability/c/capability/common.h @@ -41,7 +41,7 @@ extern "C" { f_capability_flag_type_set_e, }; - // provide stubs in the event that libcap is disabled. + // Provide stubs in the event that libcap is disabled. #ifdef _di_libcap_ typedef void * cap_t; typedef int cap_flag_t; -- 1.8.3.1