Fix typo 42/289142/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 2 Mar 2023 04:25:28 +0000 (04:25 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 2 Mar 2023 04:25:28 +0000 (04:25 +0000)
The header guard should be "__AUL_PROC_GROUP_H__".

Change-Id: Ifc8ef3012e8896ade6765b10c60938549d1344e6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul_proc_group.h

index 8297831..dcb13b6 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #ifndef __AUL_PROC_GROUP_H__
-#define __AUL_RPOC_GROUP_H__
+#define __AUL_PROC_GROUP_H__
 
 #include <sys/types.h>
 #include <unistd.h>