From ae3c7b723f0377640687179c8456c85da40b7843 Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Thu, 8 Jan 2004 08:36:26 +0000
Subject: [PATCH] Fix typo in patch.

---
 lustre/kernel_patches/patches/uml_no_panic.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/kernel_patches/patches/uml_no_panic.patch b/lustre/kernel_patches/patches/uml_no_panic.patch
index 59069f9ccd..6b173257f5 100644
--- a/lustre/kernel_patches/patches/uml_no_panic.patch
+++ b/lustre/kernel_patches/patches/uml_no_panic.patch
@@ -12,7 +12,7 @@
  	}
 -	panic("No region found for page");
 +//	panic("No region found for page");
-+	printk(KERN_ERR "no region foudn for page %p\n, returning NULL\n", 
++	printk(KERN_ERR "no region found for page %p\n, returning NULL\n", 
 +			page);
  	return(NULL);
  }
-- 
GitLab