diff options
Diffstat (limited to 'MdePkg/Library/UefiSalLib/UefiSalLib.c')
-rw-r--r-- | MdePkg/Library/UefiSalLib/UefiSalLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/UefiSalLib/UefiSalLib.c b/MdePkg/Library/UefiSalLib/UefiSalLib.c index f4319ed11c..b3a7b37597 100644 --- a/MdePkg/Library/UefiSalLib/UefiSalLib.c +++ b/MdePkg/Library/UefiSalLib/UefiSalLib.c @@ -28,8 +28,8 @@ SAL_PROC mSalProcEntry; /**
Makes a SAL procedure call.
-
- This is a wrapper function to make a SAL procedure call.
+
+ This is a wrapper function to make a SAL procedure call.
No parameter checking is performed on the 8 input parameters,
but there are some common rules that the caller should follow
when making a SAL call. Any address passed to SAL as buffers
|