s/retreiv/retriev/g
[deliverable/linux.git] / scripts / kconfig / util.c
index 1fa4c0b801b34f3264a596540e9ced519d7906d8..4556014f2f008f7f2a1d259947e37839f5dba604 100644 (file)
@@ -101,7 +101,7 @@ void str_printf(struct gstr *gs, const char *fmt, ...)
        va_end(ap);
 }
 
-/* Retreive value of growable string */
+/* Retrieve value of growable string */
 const char *str_get(struct gstr *gs)
 {
        return gs->s;
This page took 0.039916 seconds and 5 git commands to generate.