Verified Commit fbd2d2a2 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3283619 by eleonel: Fix a comment typo in common.inc

(cherry picked from commit 0b5874aa)
parent 9b30cab3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -534,7 +534,7 @@ function show(&$element) {
 *   (optional) The Drupal Kernel. It is the caller's responsibility to rebuild
 *   the container if this is passed in. Sometimes drupal_flush_all_caches is
 *   used as a batch operation so $kernel will be an array, in this instance it
 *   will be treated as if it it NULL.
 *   will be treated as if it is NULL.
 */
function drupal_flush_all_caches($kernel = NULL) {
  // This is executed based on old/previously known information if $kernel is