user-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:09:55 +0000 (09:09 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:10:02 +0000 (09:10 +0900)
Follow-up for 75673cd8aee5c6174538e71dd36c7a353c836973.

src/basic/user-util.c

index fa5dccfd169a3b110cc5ef6858a189d6b3365f8b..b3df413be6b06557109a74e23df4b6181eb4d137 100644 (file)
@@ -1065,7 +1065,7 @@ int getpwnam_malloc(const char *name, struct passwd **ret) {
         int r;
 
         /* A wrapper around getpwnam_r() that allocates the necessary buffer on the heap. The caller must
-         * free() the returned sructured! */
+         * free() the returned structures! */
 
         if (isempty(name))
                 return -EINVAL;